From c53af480cd5885ec14384e75add2893059d68ceb Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Tue, 29 Jan 2008 22:34:58 +0000 Subject: [PATCH] compile --- src/repodata.h | 2 ++ src/util.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/repodata.h b/src/repodata.h index 16f2e4c..d113f16 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 0b5009a..3d082ab 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); -- 2.7.4