X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ad490714c7cfe5eb3bb9bf043d08e5efe6107bf3..3478ff27cf6f9d36357dc914dc874c8e7730837a:/projects/stargazer/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 <sys/msg.h> #include <sys/types.h> #include <sys/wait.h> -#include <sys/stat.h> +#include <sys/stat.h> // S_IRUSR +#include <fcntl.h> // create #include <csignal> #include <cerrno>