summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/vncModule.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/xserver/hw/vnc/vncModule.c')
-rw-r--r--unix/xserver/hw/vnc/vncModule.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/vncModule.c b/unix/xserver/hw/vnc/vncModule.c
index 5dcf875d..8cbf9c2d 100644
--- a/unix/xserver/hw/vnc/vncModule.c
+++ b/unix/xserver/hw/vnc/vncModule.c
@@ -29,6 +29,9 @@
#endif
#include "xorg-version.h"
+#if XORG <= 111
+typedef pointer XF86OptionPtr;
+#endif
#include "xf86.h"
#include "xf86Module.h"