summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ad
blob: c71d29b6101c7e98bf9e96783827517f9ac2fd8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ad,v 1.4 2003/06/23 09:03:07 adam Exp $

--- dlls/iphlpapi/ifenum.c.orig	2003-06-19 12:04:06.000000000 +0200
+++ dlls/iphlpapi/ifenum.c	2003-06-19 12:07:17.000000000 +0200
@@ -69,6 +69,7 @@
 #endif
 
 #include <sys/types.h>
+#include <sys/param.h>
 
 #if HAVE_SYS_SOCKET_H
 #include <sys/socket.h>