]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Portability: Include headers to get O_CREAT and friends
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Feb 2010 23:23:27 +0000 (00:23 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Feb 2010 23:23:27 +0000 (00:23 +0100)
execute.c

index 30355dc79b03feba3fcc9b5293dbea96d75b78c4..8a54dc14fd661597673e74bbd4b406ada68ba061 100644 (file)
--- a/execute.c
+++ b/execute.c
@@ -19,7 +19,9 @@
 #include "ccache.h"
 
 #include <sys/types.h>
+#include <sys/stat.h>
 #include <sys/wait.h>
+#include <fcntl.h>
 #include <stdlib.h>
 #include <string.h>
 #include <time.h>