fix to compile
authorMichael Andres <ma@suse.de>
Tue, 26 May 2009 11:37:01 +0000 (13:37 +0200)
committerMichael Andres <ma@suse.de>
Tue, 26 May 2009 11:37:01 +0000 (13:37 +0200)
src/bitmap.h

index 45cef21..2373910 100644 (file)
@@ -7,12 +7,14 @@
 
 /*
  * bitmap.h
- * 
+ *
  */
 
 #ifndef SATSOLVER_BITMAP_H
 #define SATSOLVER_BITMAP_H
 
+#include <string.h>
+
 typedef struct _Map {
   unsigned char *map;
   int size;