diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-11 23:01:08 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-11 23:01:08 -0400 |
commit | 9e6118bc711885797bd2320d7bc859e70ad57edb (patch) | |
tree | 66c8e79bb661bdda82794055548a1ecc568c02f3 /src/grp-journal/libjournal-core/journald-gperf.gperf | |
parent | 7ba9640e1d0be46952ded1922adf00fd10ceb8a5 (diff) |
run notsd-fixup on the gperf files
Diffstat (limited to 'src/grp-journal/libjournal-core/journald-gperf.gperf')
-rw-r--r-- | src/grp-journal/libjournal-core/journald-gperf.gperf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grp-journal/libjournal-core/journald-gperf.gperf b/src/grp-journal/libjournal-core/journald-gperf.gperf index f64cd871fe..7c5c68862a 100644 --- a/src/grp-journal/libjournal-core/journald-gperf.gperf +++ b/src/grp-journal/libjournal-core/journald-gperf.gperf @@ -1,7 +1,9 @@ %{ #include <stddef.h> #include <sys/socket.h> + #include "shared/conf-parser.h" + #include "journald-server.h" %} struct ConfigPerfItem; |