]> source.dussan.org Git - tigervnc.git/commitdiff
Re-order headers to ensure that winsock2.h is included before windows.h. Otherwise...
authorDRC <dcommander@users.sourceforge.net>
Wed, 12 Oct 2011 20:02:55 +0000 (20:02 +0000)
committerDRC <dcommander@users.sourceforge.net>
Wed, 12 Oct 2011 20:02:55 +0000 (20:02 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4724 3789f03b-4d11-0410-bbf8-ca57d06f2519

vncviewer/vncviewer.cxx

index 079e7adc2a144ad698e5635f272bc05939847499..5fe7fe085cbcf9cbd8f1a72cd4822c53ed22895c 100644 (file)
@@ -35,7 +35,6 @@
 #define mkdir(path, mode) _mkdir(path)
 #endif
 
-#include <os/os.h>
 #include <rfb/Logger_stdio.h>
 #include <rfb/SecurityClient.h>
 #include <rfb/Security.h>
@@ -45,6 +44,7 @@
 #include <rfb/LogWriter.h>
 #include <rfb/Timer.h>
 #include <network/TcpSocket.h>
+#include <os/os.h>
 
 #include <FL/Fl.H>
 #include <FL/Fl_Widget.H>