summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-ipv4ll.c
diff options
context:
space:
mode:
authorRonny Chevalier <chevalier.ronny@gmail.com>2015-04-10 22:27:10 +0200
committerRonny Chevalier <chevalier.ronny@gmail.com>2015-04-11 00:11:13 +0200
commit3df3e884ae1237ef0d4d23b0e80f4ffda95ac135 (patch)
tree630cb996d0cf23429633e4900826aac56d9271ad /src/libsystemd-network/sd-ipv4ll.c
parent0b452006de98294d1690f045f6ea2f7f6630ec3b (diff)
shared: add random-util.[ch]
Diffstat (limited to 'src/libsystemd-network/sd-ipv4ll.c')
-rw-r--r--src/libsystemd-network/sd-ipv4ll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd-network/sd-ipv4ll.c b/src/libsystemd-network/sd-ipv4ll.c
index 02f2f9e0a9..9e04db96bb 100644
--- a/src/libsystemd-network/sd-ipv4ll.c
+++ b/src/libsystemd-network/sd-ipv4ll.c
@@ -27,6 +27,7 @@
#include "siphash24.h"
#include "list.h"
#include "refcnt.h"
+#include "random-util.h"
#include "ipv4ll-internal.h"
#include "sd-ipv4ll.h"