diff options
Diffstat (limited to 'unix.c')
-rw-r--r-- | unix.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -49,6 +49,7 @@ /* #include <sys/wait.h> */ #include <sys/stat.h> + SCM stat2scm P((struct stat *stat_temp)); #ifndef STDC_HEADERS @@ -57,6 +58,10 @@ SCM stat2scm P((struct stat *stat_temp)); int readlink P((const char *path, char *buf, sizet bufsiz)); int acct P((const char *filename)); int nice P((int inc)); +#else /* added by Denys Duchier: for acct, etc... */ +# ifdef SVR4 +# include <unistd.h> +# endif #endif /* STDC_HEADERS */ /* Only the superuser can successfully execute mknod and acct */ |