From 7bd734d38cad4292e4e7e60699a5abcc73430552 Mon Sep 17 00:00:00 2001 From: Joan Lledó Date: Sun, 31 Mar 2019 19:55:40 +0200 Subject: lwip: Add headers to the tun driver Since O_CREAT and pals are not included for other headers anymore * lwip/port/netif/hurdtunif.c: * Include sys/types.h, sys/stat.h and fcntl.h Message-Id: <20190331175541.7095-4-jlledom@member.fsf.org> --- lwip/port/netif/hurdtunif.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lwip/port/netif/hurdtunif.c b/lwip/port/netif/hurdtunif.c index 80b5280d..728db9ac 100644 --- a/lwip/port/netif/hurdtunif.c +++ b/lwip/port/netif/hurdtunif.c @@ -23,6 +23,9 @@ #include #include +#include +#include +#include #include #include #include -- cgit v1.2.3