networkd-dhcp6.c: fix build without IFA_F_NOPREFIXROUTE
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 3 Feb 2019 17:38:10 +0000 (18:38 +0100)
committerFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 3 Feb 2019 17:38:47 +0000 (18:38 +0100)
systemd fails to build on kernel without IFA_F_NOPREFIXROUTE
since 9714c02

So put include missing_network.h

Fixes:
 - http://autobuild.buildroot.org/results/970b09e1d49b53dff12a07ca4ad424ef9dd29a69

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
src/network/networkd-dhcp6.c

index f9df26d..c1fba03 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "hashmap.h"
 #include "hostname-util.h"
+#include "missing_network.h"
 #include "network-internal.h"
 #include "networkd-link.h"
 #include "networkd-manager.h"