summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/xvnc.cc
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2008-04-17 11:14:23 +0000
committerAdam Tkac <atkac@redhat.com>2008-04-17 11:14:23 +0000
commit0cab1cb1f38d09f26903d04b41f377d79a584c22 (patch)
treee33073182f933fa38b1fc8e8d0282b00eb2671b1 /unix/xserver/hw/vnc/xvnc.cc
parente3c6167c557005d8c62b2ccaef806680b96d1f21 (diff)
downloadtigervnc-0cab1cb1f38d09f26903d04b41f377d79a584c22.tar.gz
tigervnc-0cab1cb1f38d09f26903d04b41f377d79a584c22.zip
- include dix-config.h before any xorg header
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2483 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/xserver/hw/vnc/xvnc.cc')
-rw-r--r--unix/xserver/hw/vnc/xvnc.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/xvnc.cc b/unix/xserver/hw/vnc/xvnc.cc
index c95516a7..c212ca66 100644
--- a/unix/xserver/hw/vnc/xvnc.cc
+++ b/unix/xserver/hw/vnc/xvnc.cc
@@ -27,6 +27,10 @@ from the X Consortium.
*/
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#include <rfb/Configuration.h>
#include <rfb/Logger_stdio.h>
#include <rfb/LogWriter.h>