]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Include sys/types.h in an attempt to please AIX
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Feb 2010 22:18:59 +0000 (23:18 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Feb 2010 22:18:59 +0000 (23:18 +0100)
ccache.c

index e1036139c071064869c542759de01dcc47f5046f..175b7b7e7c217a5178c065cb69476a0e4292e5e1 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -30,6 +30,7 @@
 #include "manifest.h"
 #include "comments.h"
 
+#include <sys/types.h>
 #include <sys/mman.h>
 #include <errno.h>
 #include <stdlib.h>