From: Maxim Mamontov Date: Mon, 4 Apr 2011 14:47:55 +0000 (+0300) Subject: Include fcntl.h for creat in main.cpp X-Git-Tag: 2.407-rc3~94 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/3379c37a2201e45d840b26ff78c12706ae1c7311 Include fcntl.h for creat in main.cpp --- diff --git a/projects/stargazer/main.cpp b/projects/stargazer/main.cpp index 15641781..6bbd7b9d 100644 --- a/projects/stargazer/main.cpp +++ b/projects/stargazer/main.cpp @@ -29,7 +29,8 @@ #include #include #include -#include +#include // S_IRUSR +#include // create #include #include