mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
$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>
|