- oops, need string.h for memset
authorMichael Schroeder <mls@suse.de>
Mon, 2 May 2011 11:14:53 +0000 (13:14 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 2 May 2011 11:14:53 +0000 (13:14 +0200)
src/bitmap.h

index d5fa18e..a08451b 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef SATSOLVER_BITMAP_H
 #define SATSOLVER_BITMAP_H
 
+#include <string.h>
+
 typedef struct _Map {
   unsigned char *map;
   int size;