From: Michael Andres Date: Tue, 26 May 2009 11:37:01 +0000 (+0200) Subject: fix to compile X-Git-Tag: BASE-SuSE-Code-12_1-Branch~281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d5404741dbaa9539b577901ac60a67314a0f8cf;p=thirdparty%2Flibsolv.git fix to compile --- diff --git a/src/bitmap.h b/src/bitmap.h index 45cef215..2373910a 100644 --- a/src/bitmap.h +++ b/src/bitmap.h @@ -7,12 +7,14 @@ /* * bitmap.h - * + * */ #ifndef SATSOLVER_BITMAP_H #define SATSOLVER_BITMAP_H +#include + typedef struct _Map { unsigned char *map; int size;