pkgsrc/emulators/twin/patches/patch-ad
agc 98e0cb997a Initial import of twin-3.1.14 into NetBSD Packages Collection.
Provided in PR 12928 by Ben Collver (collver@linuxfreemail.com)

"Willows TWIN is a GNU software package for emulating the Microsoft
Win32 API.  It consists of a library set and an emulator program.  The
emulator program allows the execution of Windows binary applications
on supported platforms; using the native Intel x86 processors, or
through the built-in instruction set interpreter.  The native
libraries allow programmers natively to build Win32 and MFC
applications from source code."
2001-05-15 09:46:37 +00:00

12 lines
296 B
Text

$NetBSD: patch-ad,v 1.1.1.1 2001/05/15 09:46:37 agc Exp $
--- dlls/winsock/WinSockIF.c.orig Sun May 13 02:25:35 2001
+++ dlls/winsock/WinSockIF.c Sun May 13 02:25:47 2001
@@ -28,6 +28,7 @@
*/
+#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/time.h>