summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-ndisc.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/libsystemd-network/sd-ndisc.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/libsystemd-network/sd-ndisc.c')
-rw-r--r--src/libsystemd-network/sd-ndisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/sd-ndisc.c b/src/libsystemd-network/sd-ndisc.c
index 32c20b1e4a..5e711713d9 100644
--- a/src/libsystemd-network/sd-ndisc.c
+++ b/src/libsystemd-network/sd-ndisc.c
@@ -13,13 +13,13 @@
#include "fd-util.h"
#include "icmp6-util.h"
#include "in-addr-util.h"
+#include "memory-util.h"
#include "ndisc-internal.h"
#include "ndisc-router.h"
#include "random-util.h"
#include "socket-util.h"
#include "string-table.h"
#include "string-util.h"
-#include "util.h"
#define NDISC_TIMEOUT_NO_RA_USEC (NDISC_ROUTER_SOLICITATION_INTERVAL * NDISC_MAX_ROUTER_SOLICITATIONS)