From 9cceb3d9c4d4b0975781a4d48eabfdd29026453e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 6 Sep 2007 19:03:38 -0500 Subject: Add a few missing includes, caught while compiling on cygwin Signed-off-by: Dan McGee --- lib/libalpm/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libalpm/util.h') diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index 0dab0639..3a57fe4a 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -26,6 +26,7 @@ #define _ALPM_UTIL_H #include +#include #include /* here so it doesn't need to be included elsewhere */ #include -- cgit v1.2.3-24-g4f1b