From: Nathan Scott Date: Sun, 14 Oct 2001 22:15:25 +0000 (+0000) Subject: fix problems with includes now that our previous linux/acl.h has gone away. X-Git-Tag: v1.1.0~1195 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e8a1ef5ff4bf36be27f24c61e6027b5b24e1f5ba;p=users%2Fhch%2Fxfstests-dev.git fix problems with includes now that our previous linux/acl.h has gone away. --- diff --git a/src/acl_get.c b/src/acl_get.c index 91210e1ca..84134be5f 100644 --- a/src/acl_get.c +++ b/src/acl_get.c @@ -35,12 +35,13 @@ * using IRIX semantics or Linux semantics */ -#include "global.h" - #include +#include +#include +#include +#include #include #include -#include #include char *prog; diff --git a/src/acl_test.c b/src/acl_test.c index a02761021..1f5f7a617 100644 --- a/src/acl_test.c +++ b/src/acl_test.c @@ -35,9 +35,10 @@ * Use IRIX semantics or Linux semantics if pertinent. */ -#include "global.h" - #include +#include +#include +#include #include char *prog;