From: Duncan Mac-Vicar P Date: Tue, 29 Jan 2008 22:34:58 +0000 (+0000) Subject: compile X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~689 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c53af480cd5885ec14384e75add2893059d68ceb;p=thirdparty%2Flibsolv.git compile --- diff --git a/src/repodata.h b/src/repodata.h index 16f2e4c3..d113f16f 100644 --- a/src/repodata.h +++ b/src/repodata.h @@ -13,6 +13,8 @@ #ifndef SATSOLVER_REPODATA_H #define SATSOLVER_REPODATA_H +#include + #include "pooltypes.h" #include "pool.h" #include "dirpool.h" diff --git a/src/util.h b/src/util.h index 0b5009ab..3d082ab6 100644 --- a/src/util.h +++ b/src/util.h @@ -13,7 +13,7 @@ #ifndef SATSOLVER_UTIL_H #define SATSOLVER_UTIL_H -#include +#include extern void *sat_malloc(size_t); extern void *sat_malloc2(size_t, size_t);