aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/RawEncoder.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/RawEncoder.cxx')
-rw-r--r--common/rfb/RawEncoder.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/rfb/RawEncoder.cxx b/common/rfb/RawEncoder.cxx
index b12cf06f..a820c32c 100644
--- a/common/rfb/RawEncoder.cxx
+++ b/common/rfb/RawEncoder.cxx
@@ -16,6 +16,11 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*/
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rdr/OutStream.h>
#include <rfb/encodings.h>
#include <rfb/SConnection.h>