diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-05 16:28:43 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-05 16:28:43 +0100 |
commit | 8665a387937ad667309077f4a1d211bf318d7f95 (patch) | |
tree | 405f72c9da14dbfbe7624ce00827854466c816f0 /src | |
parent | dcd5f1020c36cddb9e250c01df057b9b5e5447b0 (diff) |
journal: fix include in sd-journal.h
Diffstat (limited to 'src')
-rw-r--r-- | src/systemd/sd-journal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-journal.h b/src/systemd/sd-journal.h index 87da17ddc6..d1fb149c18 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: * |