summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2013-11-23 02:47:12 +0100
committerTom Gundersen <teg@jklm.no>2013-11-23 02:47:12 +0100
commita553fd32d14739b746a05ae502b8acc38e5f9a50 (patch)
tree28b3a6e320dc9cf26968a13a8d8f534cf85b7df4
parent4b6141c42497dc199618f95fa3f359615eecfaa0 (diff)
networkd: fix build
Forgot to 'git add'...
-rw-r--r--Makefile.am1
-rw-r--r--src/network/networkd.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 72a8120650..728b860490 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3843,6 +3843,7 @@ nodist_systemd_networkd_SOURCES = \
systemd_networkd_LDADD = \
libudev-internal.la \
+ libsystemd-daemon-internal.la \
libsystemd-bus-internal.la \
libsystemd-id128-internal.la \
libsystemd-rtnl.la \
diff --git a/src/network/networkd.c b/src/network/networkd.c
index 6b13812cbe..9144f97dc1 100644
--- a/src/network/networkd.c
+++ b/src/network/networkd.c
@@ -20,6 +20,7 @@
***/
#include "sd-event.h"
+#include "sd-daemon.h"
#include "networkd.h"