diff options
Diffstat (limited to 'unix/xserver/hw/vnc/vncHooks.cc')
-rw-r--r-- | unix/xserver/hw/vnc/vncHooks.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/vncHooks.cc b/unix/xserver/hw/vnc/vncHooks.cc index 0d4392fe..e83d1e76 100644 --- a/unix/xserver/hw/vnc/vncHooks.cc +++ b/unix/xserver/hw/vnc/vncHooks.cc @@ -16,6 +16,10 @@ * USA. */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <stdio.h> #include "XserverDesktop.h" #include "vncHooks.h" |