diff options
Diffstat (limited to 'emulators/twin/files/patch-ag')
-rw-r--r-- | emulators/twin/files/patch-ag | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/twin/files/patch-ag b/emulators/twin/files/patch-ag new file mode 100644 index 000000000000..897408c1db89 --- /dev/null +++ b/emulators/twin/files/patch-ag @@ -0,0 +1,10 @@ +--- dlls/winsock/WinSock.c.orig Fri Jan 12 18:38:47 2001 ++++ dlls/winsock/WinSock.c Fri Jul 20 02:23:17 2001 +@@ -28,6 +28,7 @@ + + */ + ++#include <sys/types.h> + #include <netinet/in.h> + #include <sys/socket.h> + #include <sys/time.h> |