summaryrefslogtreecommitdiff
path: root/src/test/test-seccomp.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/test/test-seccomp.c
parenteefc66aa8f77c96a13a78d6c40c79ed7f3d6dc9d (diff)
downloadsystemd-0a9707187b7d7b02751b068336fa27757797d44c.tar.gz
util: split out memcmp()/memset() related calls into memory-util.[ch]
Just some source rearranging.
Diffstat (limited to 'src/test/test-seccomp.c')
-rw-r--r--src/test/test-seccomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-seccomp.c b/src/test/test-seccomp.c
index fbfeedd536..65f1aae5a7 100644
--- a/src/test/test-seccomp.c
+++ b/src/test/test-seccomp.c
@@ -13,6 +13,7 @@
#include "alloc-util.h"
#include "fd-util.h"
#include "macro.h"
+#include "memory-util.h"
#include "missing.h"
#include "nsflags.h"
#include "process-util.h"
@@ -21,7 +22,6 @@
#include "set.h"
#include "string-util.h"
#include "tests.h"
-#include "util.h"
#include "virt.h"
#if SCMP_SYS(socket) < 0 || defined(__i386__) || defined(__s390x__) || defined(__s390__)