summaryrefslogtreecommitdiff
path: root/src/shared/utmp-wtmp.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-13 12:02:21 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-13 12:16:43 +0100
commit0a9707187b7d7b02751b068336fa27757797d44c (patch)
treed3273629ef7ef4f45d3153c83ca8e81a814c92b9 /src/shared/utmp-wtmp.c
parenteefc66aa8f77c96a13a78d6c40c79ed7f3d6dc9d (diff)
downloadsystemd-0a9707187b7d7b02751b068336fa27757797d44c.tar.gz
systemd-0a9707187b7d7b02751b068336fa27757797d44c.tar.bz2
systemd-0a9707187b7d7b02751b068336fa27757797d44c.zip
util: split out memcmp()/memset() related calls into memory-util.[ch]
Just some source rearranging.
Diffstat (limited to 'src/shared/utmp-wtmp.c')
-rw-r--r--src/shared/utmp-wtmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/utmp-wtmp.c b/src/shared/utmp-wtmp.c
index ef9427fa7b..4b134b6c8a 100644
--- a/src/shared/utmp-wtmp.c
+++ b/src/shared/utmp-wtmp.c
@@ -16,12 +16,12 @@
#include "fd-util.h"
#include "hostname-util.h"
#include "macro.h"
+#include "memory-util.h"
#include "path-util.h"
#include "string-util.h"
#include "terminal-util.h"
#include "time-util.h"
#include "user-util.h"
-#include "util.h"
#include "utmp-wtmp.h"
int utmp_get_runlevel(int *runlevel, int *previous) {