]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal/audit-type.c
build-sys: use #if Y instead of #ifdef Y everywhere
[thirdparty/systemd.git] / src / journal / audit-type.c
index 71e8790ca82004b873eec9f0cad4b59629f0e27d..373d3455aeb457ec8b59f71a7ac3d4d11877a6be 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <stdio.h>
 #include <linux/audit.h>
-#ifdef HAVE_AUDIT
+#if HAVE_AUDIT
 #  include <libaudit.h>
 #endif