summaryrefslogtreecommitdiff
path: root/src/libsystemd-terminal/grdev.c
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2015-06-11 11:50:18 +0200
committerDaniel Mack <github@zonque.org>2015-06-11 11:50:18 +0200
commit94f1f58d2b0aaab4db413f3c4ec6896a91b4c4ff (patch)
tree9fa192b353c6a3fcb56cc66149eeec7bd5e26150 /src/libsystemd-terminal/grdev.c
parented4dc5bbd1d985d267ed146f98f7a02caf1c5078 (diff)
parenta095315b3c31f7a419baceac82c26c3c5ac0cd12 (diff)
Merge pull request #160 from kaysievers/libsplit
build-sys: split internal basic/ library from shared/
Diffstat (limited to 'src/libsystemd-terminal/grdev.c')
-rw-r--r--src/libsystemd-terminal/grdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-terminal/grdev.c b/src/libsystemd-terminal/grdev.c
index c386e65982..71f0bd31e7 100644
--- a/src/libsystemd-terminal/grdev.c
+++ b/src/libsystemd-terminal/grdev.c
@@ -25,7 +25,7 @@
#include "sd-bus.h"
#include "sd-event.h"
#include "hashmap.h"
-#include "login-shared.h"
+#include "login-util.h"
#include "macro.h"
#include "util.h"
#include "grdev.h"