summaryrefslogtreecommitdiff
path: root/src/systemd-delta/delta.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
commite1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 (patch)
treebd93abe325e0a0c8106f24f1f30b5536c00d0290 /src/systemd-delta/delta.c
parentaee084841b875167d9afd4984208fb9a95f89896 (diff)
fix
Diffstat (limited to 'src/systemd-delta/delta.c')
-rw-r--r--src/systemd-delta/delta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-delta/delta.c b/src/systemd-delta/delta.c
index dbc26518b7..dd571e7195 100644
--- a/src/systemd-delta/delta.c
+++ b/src/systemd-delta/delta.c
@@ -31,7 +31,7 @@
#include "basic/hashmap.h"
#include "basic/locale-util.h"
#include "basic/log.h"
-#include "pager.h"
+#include "shared/pager.h"
#include "basic/parse-util.h"
#include "basic/path-util.h"
#include "basic/process-util.h"