summaryrefslogtreecommitdiff
path: root/src/reply-password/reply-password.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-14 12:55:37 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-14 13:25:51 +0100
commit090a9c1eba44eb3ec8d327febdc7722674fc40ba (patch)
tree151850bc48e577165d7b0d12faa8faa48b546e9a /src/reply-password/reply-password.c
parentcfb4a8494257d2cc44b0347dd59e969dc0e0ef0b (diff)
downloadsystemd-090a9c1eba44eb3ec8d327febdc7722674fc40ba.tar.gz
util: move some raw memory functions from string-util.h → memory-util.h
Diffstat (limited to 'src/reply-password/reply-password.c')
-rw-r--r--src/reply-password/reply-password.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reply-password/reply-password.c b/src/reply-password/reply-password.c
index ee7a0ea130..f8f6c2d3ec 100644
--- a/src/reply-password/reply-password.c
+++ b/src/reply-password/reply-password.c
@@ -11,6 +11,7 @@
#include "fileio.h"
#include "log.h"
#include "macro.h"
+#include "memory-util.h"
#include "socket-util.h"
#include "string-util.h"
#include "util.h"