summaryrefslogtreecommitdiff
path: root/gc_cpp.cc
diff options
context:
space:
mode:
authorivmai <ivmai>2009-09-16 12:07:42 +0000
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:46 +0400
commitd70b0280af3c3d53e2a794b26aa7a3127943b8c3 (patch)
tree35d424e5fa7ea5e5e0ce9916941393fc48b1b5ac /gc_cpp.cc
parent048b93ba0fc96aa54293b5e82b3c973c3eb28144 (diff)
downloadbdwgc-d70b0280af3c3d53e2a794b26aa7a3127943b8c3.tar.gz
2009-09-16 Ivan Maidanski <ivmai@mail.ru> (really Petter Urkedal)
(gc_config_h_6a.patch with a minor correction) * include/private/gc_priv.h: Change include of config.h to private/config.h. * include/private/gc_pmark.h: Ditto. * gc_cpp.cc: Ditto. * tests/test.c: Ditto. * tests/test_cpp.cc: Include private/config.h (if HAVE_CONFIG_H); undefine GC_BUILD.
Diffstat (limited to 'gc_cpp.cc')
-rw-r--r--gc_cpp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc_cpp.cc b/gc_cpp.cc
index eb53437d..4d001309 100644
--- a/gc_cpp.cc
+++ b/gc_cpp.cc
@@ -24,7 +24,7 @@ Authors: John R. Ellis and Jesse Hull
**************************************************************************/
# ifdef HAVE_CONFIG_H
-# include "config.h"
+# include "private/config.h"
# endif
# ifndef GC_BUILD