From: Michael Schroeder Date: Mon, 2 May 2011 11:14:53 +0000 (+0200) Subject: - oops, need string.h for memset X-Git-Tag: BASE-SuSE-Code-12_1-Branch~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36caeb5c780e5719fedf3cdcc9f74146bb283e06;p=platform%2Fupstream%2Flibsolv.git - oops, need string.h for memset --- diff --git a/src/bitmap.h b/src/bitmap.h index d5fa18e..a08451b 100644 --- a/src/bitmap.h +++ b/src/bitmap.h @@ -13,6 +13,8 @@ #ifndef SATSOLVER_BITMAP_H #define SATSOLVER_BITMAP_H +#include + typedef struct _Map { unsigned char *map; int size;