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>
This commit is contained in:
Thomas Haller 2014-04-01 23:44:06 +02:00
parent 736d0a4a40
commit e9fdfa1700

View file

@ -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