aboutsummaryrefslogtreecommitdiff
path: root/emulators/fmsx/files/patch-EMULib_NetUnix.c
blob: 21c7bce5eab4335cb512c60d63546a4c9bbd813d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- EMULib/NetUnix.c.orig	2008-05-26 05:26:55.000000000 +0000
+++ EMULib/NetUnix.c	2008-05-26 05:28:16.000000000 +0000
@@ -17,6 +17,8 @@
 #include <stdio.h>
 #include <netdb.h>
 #include <errno.h>
+#include <netinet/in.h>
+#include <sys/types.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>