diff options
Diffstat (limited to 'src/path-lookup.h')
-rw-r--r-- | src/path-lookup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/path-lookup.h b/src/path-lookup.h index f53aa214a3..dca8b55e15 100644 --- a/src/path-lookup.h +++ b/src/path-lookup.h @@ -24,8 +24,10 @@ typedef struct LookupPaths { char **unit_path; +#ifdef HAVE_SYSV_COMPAT char **sysvinit_path; char **sysvrcnd_path; +#endif } LookupPaths; #include "manager.h" |