diff options
-rw-r--r-- | arscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ #include <sys/types.h> #include <sys/stat.h> -#ifdef USG +#if defined (USG) || defined (POSIX) #include <fcntl.h> #else #include <sys/file.h> |
index : gunmake | ||
GNU make with more features of SunOS make | Igor Pashev |
summaryrefslogtreecommitdiff |
-rw-r--r-- | arscan.c | 2 |
@@ -30,7 +30,7 @@ #include <sys/types.h> #include <sys/stat.h> -#ifdef USG +#if defined (USG) || defined (POSIX) #include <fcntl.h> #else #include <sys/file.h> |