diff options
Diffstat (limited to 'src/systemd-nspawn')
-rw-r--r-- | src/systemd-nspawn/nspawn-gperf.gperf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/systemd-nspawn/nspawn-gperf.gperf b/src/systemd-nspawn/nspawn-gperf.gperf index f814ed8863..dd3c1b3b88 100644 --- a/src/systemd-nspawn/nspawn-gperf.gperf +++ b/src/systemd-nspawn/nspawn-gperf.gperf @@ -1,8 +1,10 @@ %{ #include <stddef.h> + #include "shared/conf-parser.h" -#include "nspawn-settings.h" + #include "nspawn-expose-ports.h" +#include "nspawn-settings.h" %} struct ConfigPerfItem; %null_strings |