]> git.stg.codes - stg.git/commitdiff
Include sys/stat.h in main.cpp for S_IRUSR on FreeBSD
authorMaxim Mamontov <faust.madf@gmail.com>
Mon, 4 Apr 2011 14:39:39 +0000 (17:39 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Mon, 4 Apr 2011 14:39:39 +0000 (17:39 +0300)
projects/stargazer/main.cpp

index 203c6c4ea6ed8797124ebd6d59c4df89dfc890e2..15641781dcef19611e6d5fbcda98b20cfa10d9e5 100644 (file)
@@ -29,6 +29,7 @@
 #include <sys/msg.h>
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <sys/stat.h>
 
 #include <csignal>
 #include <cerrno>