diff options
-rw-r--r-- | lib/verify.c | 4 | ||||
-rw-r--r-- | system.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/verify.c b/lib/verify.c index c905302c0..d3e67a98d 100644 --- a/lib/verify.c +++ b/lib/verify.c @@ -5,6 +5,10 @@ #include "system.h" +#if WITH_ACL +#include <acl/libacl.h> +#endif + #include <rpm/rpmcli.h> #include <rpm/header.h> #include <rpm/rpmlog.h> @@ -151,10 +151,6 @@ typedef char * security_context_t; typedef void * cap_t; #endif -#if WITH_ACL -#include <acl/libacl.h> -#endif - #if HAVE_MCHECK_H #include <mcheck.h> #endif /* HAVE_MCHECK_H */ |