network: include netinet/in.h to fix build error

This commit is contained in:
Yu Watanabe 2019-09-02 23:48:21 +09:00
parent 66de86712c
commit f39dbf28f3

View 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"