diff options
Diffstat (limited to 'unix/x0vncserver/x0vncserver.cxx')
-rw-r--r-- | unix/x0vncserver/x0vncserver.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/x0vncserver/x0vncserver.cxx b/unix/x0vncserver/x0vncserver.cxx index 4eb6b226..e260f326 100644 --- a/unix/x0vncserver/x0vncserver.cxx +++ b/unix/x0vncserver/x0vncserver.cxx @@ -20,6 +20,10 @@ // FIXME: Check cases when screen width/height is not a multiply of 32. // e.g. 800x600. +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <strings.h> #include <sys/types.h> #include <sys/stat.h> |