]> source.dussan.org Git - tigervnc.git/commitdiff
winsock2.h must always be included before windows.h
authorPierre Ossman <ossman@cendio.se>
Tue, 17 Mar 2015 12:44:34 +0000 (13:44 +0100)
committerPierre Ossman <ossman@cendio.se>
Tue, 17 Mar 2015 16:18:50 +0000 (17:18 +0100)
win/vncconfig/vncconfig.cxx

index 571939791caa58035d6160c22f0499713ce215f4..32092986c38c13f94fd01a041369ff28d9a7c8b5 100644 (file)
@@ -16,6 +16,7 @@
  * USA.
  */
 
+#include <winsock2.h>
 #include <windows.h>
 #include <commctrl.h>
 #include <string.h>