diff options
Diffstat (limited to 'src/shared/path-lookup.h')
-rw-r--r-- | src/shared/path-lookup.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/path-lookup.h b/src/shared/path-lookup.h index 2ec888da81..f1925eef69 100644 --- a/src/shared/path-lookup.h +++ b/src/shared/path-lookup.h @@ -22,7 +22,8 @@ ***/ #include "macro.h" -#include "install.h" + +typedef enum UnitFileScope UnitFileScope; typedef struct LookupPaths { char **unit_path; |