network: include netinet/in.h to fix build error
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 2 Sep 2019 14:48:21 +0000 (23:48 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 24 Oct 2019 05:20:48 +0000 (14:20 +0900)
src/network/networkd-manager-bus.c

index 7a23f70..37253ce 100644 (file)
@@ -1,6 +1,7 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 
 #include <net/if.h>
+#include <netinet/in.h>
 #include <sys/capability.h>
 
 #include "alloc-util.h"