diff options
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/files/patch-gf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/wine-devel/files/patch-gf b/emulators/wine-devel/files/patch-gf new file mode 100644 index 000000000000..b2a7d4644c89 --- /dev/null +++ b/emulators/wine-devel/files/patch-gf @@ -0,0 +1,11 @@ +--- include/winsock2.h 2000/09/26 22:20:50 1.5 ++++ include/winsock2.h 2000/11/29 21:00:17 +@@ -7,6 +7,7 @@ + #ifndef __WINSOCK2API__ + #define __WINSOCK2API__ + ++#include "config.h" + #include "winsock.h" + + /* proper 4-byte packing */ + |