diff options
author | adam <adam@pkgsrc.org> | 2003-06-23 09:03:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-06-23 09:03:07 +0000 |
commit | 489319e2bbe07ac0ed8f10981998036de2583d44 (patch) | |
tree | 01942d43d212f128591b0211600f671d66ef96ce /emulators/wine/patches | |
parent | f1f34c052e1e8e9e6dcfc06c81c13d953e02a823 (diff) | |
download | pkgsrc-489319e2bbe07ac0ed8f10981998036de2583d44.tar.gz |
Updated to wine-20030618
Diffstat (limited to 'emulators/wine/patches')
-rw-r--r-- | emulators/wine/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/wine/patches/patch-ad b/emulators/wine/patches/patch-ad new file mode 100644 index 00000000000..c71d29b6101 --- /dev/null +++ b/emulators/wine/patches/patch-ad @@ -0,0 +1,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> |