1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 18:55:09 +03:00

networkd: fix build

Forgot to 'git add'...
This commit is contained in:
Tom Gundersen 2013-11-23 02:47:12 +01:00
parent 4b6141c424
commit a553fd32d1
2 changed files with 2 additions and 0 deletions

View File

@ -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 \

View File

@ -20,6 +20,7 @@
***/
#include "sd-event.h"
#include "sd-daemon.h"
#include "networkd.h"