chiark / gitweb /
honor SELinux labels, when creating and writing config files
[elogind.git] / src / core / condition.c
index b3184922b8ecd6ed4c86a3d556996d00819e67e7..30199c10e3bbbeedab5ec05d05db37cdd21b4e2b 100644 (file)
@@ -36,6 +36,7 @@
 #include "condition.h"
 #include "virt.h"
 #include "path-util.h"
+#include "fileio.h"
 
 Condition* condition_new(ConditionType type, const char *parameter, bool trigger, bool negate) {
         Condition *c;