aboutsummaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/winvnc/JavaViewer.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/winvnc/JavaViewer.cxx b/win/winvnc/JavaViewer.cxx
index 6f9f6de5..3813f22c 100644
--- a/win/winvnc/JavaViewer.cxx
+++ b/win/winvnc/JavaViewer.cxx
@@ -16,7 +16,6 @@
* USA.
*/
-#include <windows.h>
#include <winvnc/JavaViewer.h>
#include <winvnc/resource.h>
#include <rdr/MemInStream.h>
@@ -24,6 +23,8 @@
#include <rfb/VNCServerST.h>
#include <rfb_win32/TCharArray.h>
+#include <windows.h>
+
#define strcasecmp _stricmp
using namespace winvnc;