diff options
Diffstat (limited to 'arscan.c')
-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> |