2013-09-26 17:14:40 +02:00

13 lines
292 B
Plaintext

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