]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Include stdarg.h to make Tru64 happy
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 26 Feb 2010 21:34:56 +0000 (22:34 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 26 Feb 2010 21:34:56 +0000 (22:34 +0100)
ccache.h

index 15fd0f0c5e509fe7be6ed5dfad0deecbbc0597fe..f4163f12a456fc4a7a81b006dabfa59f91f71ba8 100644 (file)
--- a/ccache.h
+++ b/ccache.h
@@ -10,6 +10,7 @@
 #include <sys/stat.h>
 #include <sys/file.h>
 #include <unistd.h>
+#include <stdarg.h>
 
 #ifdef __GNUC__
 #define ATTR_FORMAT(x, y, z) __attribute__((format (x, y, z)))