fix problems with includes now that our previous linux/acl.h has gone away.

This commit is contained in:
Nathan Scott
2001-10-14 22:15:25 +00:00
parent 830fe912cc
commit e8a1ef5ff4
2 changed files with 7 additions and 5 deletions
+4 -3
View File
@@ -35,12 +35,13 @@
* using IRIX semantics or Linux semantics
*/
#include "global.h"
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <getopt.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/acl.h>
char *prog;
+3 -2
View File
@@ -35,9 +35,10 @@
* Use IRIX semantics or Linux semantics if pertinent.
*/
#include "global.h"
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <getopt.h>
#include <sys/acl.h>
char *prog;