summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/vncExtInit.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/vncExtInit.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/vncExtInit.cc')
-rw-r--r--unix/xserver/hw/vnc/vncExtInit.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/vncExtInit.cc b/unix/xserver/hw/vnc/vncExtInit.cc
index 84d20c14..97df6585 100644
--- a/unix/xserver/hw/vnc/vncExtInit.cc
+++ b/unix/xserver/hw/vnc/vncExtInit.cc
@@ -16,6 +16,10 @@
* USA.
*/
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#include <stdio.h>
extern "C" {