aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/FdInStream.cxx
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2009-09-04 12:08:56 +0000
committerAdam Tkac <atkac@redhat.com>2009-09-04 12:08:56 +0000
commit8aee1a8c9dea78b60bdaf2485be4e85ed48d905f (patch)
treece87dcec024847a6fff934bd244156d728942dfd /common/rdr/FdInStream.cxx
parent771d6a05da7880d7daf32c66d5880c15a55b6f75 (diff)
downloadtigervnc-8aee1a8c9dea78b60bdaf2485be4e85ed48d905f.tar.gz
tigervnc-8aee1a8c9dea78b60bdaf2485be4e85ed48d905f.zip
- use unix/configure.ac as top-level configure.ac base
- create stub top-level Makefile.am - make common/ subtree compilable git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/unified_buildsys@3892 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rdr/FdInStream.cxx')
-rw-r--r--common/rdr/FdInStream.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/rdr/FdInStream.cxx b/common/rdr/FdInStream.cxx
index e2281b49..adb14c50 100644
--- a/common/rdr/FdInStream.cxx
+++ b/common/rdr/FdInStream.cxx
@@ -16,8 +16,8 @@
* USA.
*/
-#ifdef HAVE_COMMON_CONFIG_H
-#include <common-config.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
#endif
#include <stdio.h>