chiark / gitweb /
util: split-out path-util.[ch]
[elogind.git] / src / core / condition.c
index 5d44039e5d24cd07c3e94ad2e49f1a3629b88578..e4080d569d7601bdaf1c75edd6bc69fa4e20866b 100644 (file)
@@ -33,6 +33,7 @@
 #include "util.h"
 #include "condition.h"
 #include "virt.h"
+#include "path-util.h"
 
 Condition* condition_new(ConditionType type, const char *parameter, bool trigger, bool negate) {
         Condition *c;