crafty (23.3-1~squeeze1) 03-numacompat1.dpatch

Summary

 main.c |    1 +
 1 file changed, 1 insertion(+)

    
download this patch

Patch contents

#! /bin/sh /usr/share/dpatch/dpatch-run
## 03-numacompat1.dpatch by  <myon@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: A missing include for numacompat1.h is set by this patch.

@DPATCH@
diff -urNad crafty-22.10~/main.c crafty-22.10/main.c
--- crafty-22.10~/main.c       2009-05-14 10:31:25.000000000 +0200
+++ crafty-22.10/main.c        2009-05-14 10:31:55.000000000 +0200
@@ -7,6 +7,7 @@
 #endif
 #if defined(NUMA) && defined(LINUX)
 #  include <numa.h>
+#  include <numacompat1.h>
 #endif
 #include <signal.h>
 /* last modified 01/18/09 */