summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-05 16:28:43 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-05 16:28:43 +0100
commit8665a387937ad667309077f4a1d211bf318d7f95 (patch)
tree405f72c9da14dbfbe7624ce00827854466c816f0 /src/systemd
parentdcd5f1020c36cddb9e250c01df057b9b5e5447b0 (diff)
journal: fix include in sd-journal.h
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-journal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-journal.h b/src/systemd/sd-journal.h
index 87da17ddc..d1fb149c1 100644
--- a/src/systemd/sd-journal.h
+++ b/src/systemd/sd-journal.h
@@ -27,7 +27,7 @@
#include <stdarg.h>
#include <sys/uio.h>
-#include "sd-id128.h"
+#include <systemd/sd-id128.h>
/* TODO:
*