]> git.cworth.org Git - apitrace/blobdiff - os_posix.cpp
Add missing headers.
[apitrace] / os_posix.cpp
index bf8d1908b5003f70a6cba035c241cc438d527931..cb9b7e59113130b5f696f21a41769aa5c463fc7a 100644 (file)
@@ -31,6 +31,8 @@
 #include <unistd.h>
 #include <sys/time.h>
 #include <pthread.h>
+#include <sys/stat.h>
+#include <fcntl.h>
 
 #ifdef __APPLE__
 #include <mach-o/dyld.h>