chiark / gitweb /
sysv-generator: initialize LookupPaths just once
[elogind.git] / src / shared / path-lookup.h
index 2ec888da811d0981cc5b41ccc4648a9b8e7d2d30..f1925eef69c17a7a8538f6d8d46f6a12c185b4cf 100644 (file)
@@ -22,7 +22,8 @@
 ***/
 
 #include "macro.h"
-#include "install.h"
+
+typedef enum UnitFileScope UnitFileScope;
 
 typedef struct LookupPaths {
         char **unit_path;