chiark / gitweb /
build-sys: move public header files into a dir of their own
[elogind.git] / src / journal / journalctl.c
index 17d6a7fc2355d53f244dadf4ee2180cbce30fb39..2e708e959be1d8e73e2e545b16c61984bb6af2eb 100644 (file)
@@ -30,7 +30,8 @@
 #include <time.h>
 #include <getopt.h>
 
-#include "sd-journal.h"
+#include <systemd/sd-journal.h>
+
 #include "log.h"
 #include "util.h"
 #include "build.h"