From 3379c37a2201e45d840b26ff78c12706ae1c7311 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Mon, 4 Apr 2011 17:47:55 +0300 Subject: [PATCH] Include fcntl.h for creat in main.cpp --- projects/stargazer/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.2