aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/OptionsDialog.cxx
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-06-24 03:17:00 +0000
committerDRC <dcommander@users.sourceforge.net>2011-06-24 03:17:00 +0000
commitb65bb93e6711a3543228928e6793c49481df54d6 (patch)
tree18bfa0c975b200bc5db7719d827c8d04f910955e /vncviewer/OptionsDialog.cxx
parent3cb5b2112c21c0b7d4d044332b1e5ab60d2bdde2 (diff)
downloadtigervnc-b65bb93e6711a3543228928e6793c49481df54d6.tar.gz
tigervnc-b65bb93e6711a3543228928e6793c49481df54d6.zip
Fix build issues with Visual C++ (implemented macro version of snprintf + re-ordered headers to ensure that winsock is included ahead of windows.h)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4527 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/OptionsDialog.cxx')
-rw-r--r--vncviewer/OptionsDialog.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vncviewer/OptionsDialog.cxx b/vncviewer/OptionsDialog.cxx
index abe6a89d..d3928b50 100644
--- a/vncviewer/OptionsDialog.cxx
+++ b/vncviewer/OptionsDialog.cxx
@@ -20,10 +20,6 @@
#include <list>
-#include <FL/Fl_Tabs.H>
-#include <FL/Fl_Button.H>
-#include <FL/Fl_Return_Button.H>
-
#include <rdr/types.h>
#include <rfb/encodings.h>
@@ -38,6 +34,10 @@
#include "i18n.h"
#include "parameters.h"
+#include <FL/Fl_Tabs.H>
+#include <FL/Fl_Button.H>
+#include <FL/Fl_Return_Button.H>
+
using namespace std;
using namespace rdr;
using namespace rfb;