opnsense-ports/emulators/almostti/files/patch-EMULib_Unix_NetUnix.c
Franco Fichtner 8a19f71774 */*: sync with upstream
Taken from: FreeBSD
2017-04-27 08:10:16 +02:00

10 lines
255 B
C

--- EMULib/Unix/NetUnix.c.orig 2009-12-17 07:37:54 UTC
+++ EMULib/Unix/NetUnix.c
@@ -20,6 +20,7 @@
#include <errno.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
+#include <netinet/in.h>
static int IsServer = 0;
static int Socket = -1;