fix problems with includes now that our previous linux/acl.h has gone away.
authorNathan Scott <nathans@sgi.com>
Sun, 14 Oct 2001 22:15:25 +0000 (22:15 +0000)
committerNathan Scott <nathans@sgi.com>
Sun, 14 Oct 2001 22:15:25 +0000 (22:15 +0000)
src/acl_get.c
src/acl_test.c

index 91210e1ca620795e9e687f2bd0d09bff57d510ca..84134be5f3d8057bc72587160a9b2f7470a5471c 100644 (file)
  * 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;
index a027610213efd686d670fa0cdd34032cad32aa17..1f5f7a6170aaa06803bf250e3d31b6b3c8e346f7 100644 (file)
  * 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;