diff options
Diffstat (limited to 'src/shared/acl-util.h')
-rw-r--r-- | src/shared/acl-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/acl-util.h b/src/shared/acl-util.h index 396e9e067e..a0e31d8e29 100644 --- a/src/shared/acl-util.h +++ b/src/shared/acl-util.h @@ -19,7 +19,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#ifdef HAVE_ACL +#if HAVE_ACL #include <acl/libacl.h> #include <stdbool.h> |