From: Joel Rosdahl Date: Fri, 26 Feb 2010 21:15:26 +0000 (+0100) Subject: Include some more system headers to make Solaris happy X-Git-Tag: v3.0pre0~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef95e5c6e22400e56d3fdd971d27ebf044d64cc8;p=thirdparty%2Fccache.git Include some more system headers to make Solaris happy --- diff --git a/ccache.h b/ccache.h index 1a267ac32..15fd0f0c5 100644 --- a/ccache.h +++ b/ccache.h @@ -6,7 +6,10 @@ #include "config.h" #include "mdfour.h" +#include +#include #include +#include #ifdef __GNUC__ #define ATTR_FORMAT(x, y, z) __attribute__((format (x, y, z)))