summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-04-01 23:44:06 +0200
committerThomas Haller <thaller@redhat.com>2014-04-01 23:44:32 +0200
commite9fdfa1700845dcac3702e8869f158d068a7d8a5 (patch)
tree1b264721edb2a6b89be3edba43d83a8758f8e16c
parent736d0a4a401b3919cd5215908e166cd84798f8e2 (diff)
downloadNetworkManager-e9fdfa1700845dcac3702e8869f158d068a7d8a5.tar.gz
ifcfg-rh: fix compile error with HAVE_SELINUX
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1070829 Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--src/settings/plugins/ifcfg-rh/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/plugins/ifcfg-rh/plugin.c b/src/settings/plugins/ifcfg-rh/plugin.c
index 317c1bfdc9..1f9ed4726d 100644
--- a/src/settings/plugins/ifcfg-rh/plugin.c
+++ b/src/settings/plugins/ifcfg-rh/plugin.c
@@ -39,7 +39,7 @@
#include <dbus/dbus-glib.h>
#include <dbus/dbus-glib-lowlevel.h>
-#ifdef HAVE_SELINUX
+#if HAVE_SELINUX
#include <selinux/selinux.h>
#endif