summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/TLPATCHES/patch-02-mingw64
blob: a4c95f7606f936c60df9d840dbae34ac73246611 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ur lcdf-typetools-2.106.orig/include/config.h lcdf-typetools-2.106/include/config.h
--- lcdf-typetools-2.106.orig/include/config.h	Wed Aug 14 05:12:16 2013
+++ lcdf-typetools-2.106/include/config.h	Wed Jun 22 13:18:49 2016
@@ -6,6 +6,7 @@
 /* Allow compilation on Windows (thanks, Fabrice Popineau). */
 #ifdef WIN32
 # ifdef __MINGW32__
+#  include <winsock2.h>
 #  include <windows.h>
 # else
 #  include <win32lib.h>