From: Joel Rosdahl Date: Sat, 27 Feb 2010 22:18:59 +0000 (+0100) Subject: Include sys/types.h in an attempt to please AIX X-Git-Tag: v3.0pre0~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1e6035722b2ce1e268c8531eb1ada5a99f9f381;p=thirdparty%2Fccache.git Include sys/types.h in an attempt to please AIX --- diff --git a/ccache.c b/ccache.c index e1036139c..175b7b7e7 100644 --- a/ccache.c +++ b/ccache.c @@ -30,6 +30,7 @@ #include "manifest.h" #include "comments.h" +#include #include #include #include