summaryrefslogtreecommitdiff
path: root/src/journal/journal-file.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-05 16:01:58 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-05 16:01:58 +0100
commit81527be142678057215665be66e4b3c8306a7ab3 (patch)
treea39e22ecc52afb01ed7c060a52d68185ee43051a /src/journal/journal-file.h
parent67e5cc4f3ed41feaed399cfed77c6fbb41e14a8c (diff)
build-sys: move public header files into a dir of their own
Diffstat (limited to 'src/journal/journal-file.h')
-rw-r--r--src/journal/journal-file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/journal/journal-file.h b/src/journal/journal-file.h
index 51d7119d09..0be3932921 100644
--- a/src/journal/journal-file.h
+++ b/src/journal/journal-file.h
@@ -24,9 +24,10 @@
#include <inttypes.h>
+#include <systemd/sd-id128.h>
+
#include "journal-def.h"
#include "util.h"
-#include "sd-id128.h"
typedef struct Window {
void *ptr;