diff options
Diffstat (limited to 'src/bootchart/bootchart.c')
-rw-r--r-- | src/bootchart/bootchart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootchart/bootchart.c b/src/bootchart/bootchart.c index 692cbb983f..0ae72c29bb 100644 --- a/src/bootchart/bootchart.c +++ b/src/bootchart/bootchart.c @@ -48,7 +48,7 @@ #include <errno.h> #include <fcntl.h> #include <stdbool.h> -#include <systemd/sd-journal.h> +#include "systemd/sd-journal.h" #include "util.h" #include "fileio.h" |