aboutsummaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver/Image.h
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2008-03-20 11:48:41 +0000
committerAdam Tkac <atkac@redhat.com>2008-03-20 11:48:41 +0000
commitae2c6454d953f142efc02da285655b0451d86da0 (patch)
treea48a2ab700c33f43c87a94c3804ef17b90d263d1 /unix/x0vncserver/Image.h
parentd547e72eba2e44a3201f603fee66bd504db7b854 (diff)
downloadtigervnc-ae2c6454d953f142efc02da285655b0451d86da0.tar.gz
tigervnc-ae2c6454d953f142efc02da285655b0451d86da0.zip
- use Makefile.am and configure.ac
- removed unwanted files - internationalization and jpeg library doesn't work yet git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2433 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/x0vncserver/Image.h')
-rw-r--r--unix/x0vncserver/Image.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/x0vncserver/Image.h b/unix/x0vncserver/Image.h
index 4cac8b41..4e1442d6 100644
--- a/unix/x0vncserver/Image.h
+++ b/unix/x0vncserver/Image.h
@@ -23,6 +23,10 @@
#ifndef __IMAGE_H__
#define __IMAGE_H__
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <X11/Xlib.h>
#include <X11/Xutil.h>