1 Add missing <time.h> include
3 netplug.h uses time_t, so it must include <time.h>. This fixes a build
4 issue with the musl C library.
6 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 ===================================================================
18 #include <asm/types.h>
19 #include <sys/socket.h>
20 #include <linux/netlink.h>