git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
675f54b
)
Include sys/stat.h in main.cpp for S_IRUSR on FreeBSD
author
Maxim Mamontov
<faust.madf@gmail.com>
Mon, 4 Apr 2011 14:39:39 +0000
(17:39 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Mon, 4 Apr 2011 14:39:39 +0000
(17:39 +0300)
projects/stargazer/main.cpp
patch
|
blob
|
history
diff --git
a/projects/stargazer/main.cpp
b/projects/stargazer/main.cpp
index 203c6c4ea6ed8797124ebd6d59c4df89dfc890e2..15641781dcef19611e6d5fbcda98b20cfa10d9e5 100644
(file)
--- a/
projects/stargazer/main.cpp
+++ b/
projects/stargazer/main.cpp
@@
-29,6
+29,7
@@
#include <sys/msg.h>
#include <sys/types.h>
#include <sys/wait.h>
+#include <sys/stat.h>
#include <csignal>
#include <cerrno>