diff options
Diffstat (limited to 'emulators/wine-devel/patches/patch-cf')
-rw-r--r-- | emulators/wine-devel/patches/patch-cf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/wine-devel/patches/patch-cf b/emulators/wine-devel/patches/patch-cf new file mode 100644 index 00000000000..b4b72cf107d --- /dev/null +++ b/emulators/wine-devel/patches/patch-cf @@ -0,0 +1,12 @@ +$NetBSD: patch-cf,v 1.1 2009/09/07 20:27:25 reinoud Exp $ + +--- dlls/riched32/tests/editor.c.orig 2009-02-27 23:21:46.000000000 +0100 ++++ dlls/riched32/tests/editor.c +@@ -23,6 +23,7 @@ + + #include <stdarg.h> + #include <assert.h> ++#include <winsock2.h> + #include <windef.h> + #include <winbase.h> + #include <wingdi.h> |