]> git.webhop.me Git - lcd4linux.git/commitdiff
includes for umask() ported from volker_dev (r827)
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 31 Dec 2008 06:15:36 +0000 (06:15 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 31 Dec 2008 06:15:36 +0000 (06:15 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@921 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

lcd4linux.c

index def950c88c1a4d5d2d0a1040afef827e1585c2f7..204d072837894025e94228c20c56dcb438ecfc73 100644 (file)
@@ -35,6 +35,8 @@
 #include <errno.h>
 #include <signal.h>
 #include <time.h>
+#include <sys/types.h>         /* umask() */
+#include <sys/stat.h>          /* umask() */
 
 #include "svn_version.h"
 #include "cfg.h"