]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journal: add missing include
authorTom Gundersen <teg@jklm.no>
Mon, 26 Oct 2015 12:12:30 +0000 (13:12 +0100)
committerTom Gundersen <teg@jklm.no>
Mon, 26 Oct 2015 12:12:30 +0000 (13:12 +0100)
src/journal/journald-server.c

index 0b5e9a36a1bb9ed67ba847f6d0597229401f5916..7cefea323e8e53b7540410008da04c96c53b8de6 100644 (file)
@@ -36,6 +36,7 @@
 #include "acl-util.h"
 #include "cgroup-util.h"
 #include "conf-parser.h"
+#include "extract-word.h"
 #include "fd-util.h"
 #include "formats-util.h"
 #include "hashmap.h"