diff options
Diffstat (limited to 'src/systemd-nspawn/nspawn-gperf.gperf')
-rw-r--r-- | src/systemd-nspawn/nspawn-gperf.gperf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-nspawn/nspawn-gperf.gperf b/src/systemd-nspawn/nspawn-gperf.gperf index 332063e19b..0c1dd98ff6 100644 --- a/src/systemd-nspawn/nspawn-gperf.gperf +++ b/src/systemd-nspawn/nspawn-gperf.gperf @@ -1,7 +1,7 @@ %{ #include <stddef.h> -#include "shared/conf-parser.h" +#include "systemd-shared/conf-parser.h" #include "nspawn-expose-ports.h" #include "nspawn-settings.h" |