summaryrefslogtreecommitdiff
path: root/cord/cordprnt.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2012-08-30 08:32:15 +0400
committerIvan Maidanski <ivmai@mail.ru>2012-08-30 15:35:26 +0400
commitb7717690fe65ca40d79b0f5554d28ad206878ab8 (patch)
treeca128a295437088297ff0f2f0d3978cd5ab60ca7 /cord/cordprnt.c
parent93394c42b1f3b26790f02ea1bda5166603cd9df7 (diff)
downloadbdwgc-b7717690fe65ca40d79b0f5554d28ad206878ab8.tar.gz
Include "config.h" instead of "private/config.h" on HAVE_CONFIG_H
(Change the behavior of HAVE_CONFIG_H macro to the standard one which assumes that no folder is specified in #include "config.h".) * configure.ac (AM_CONFIG_HEADER): Replace include/private/config.h to include/config.h. * cord/cordbscs.c: Include "config.h" (instead of "private/config.h") if HAVE_CONFIG_H defined. * cord/cordprnt.c: Likewise. * cord/cordxtra.c: Likewise. * gc_cpp.cc: Likewise. * include/private/gc_pmark.h: Likewise. * include/private/gc_priv.h: Likewise. * real_malloc.c: Likewise. * tests/disclaim_test.c: Likewise. * tests/initsecondarythread.c: Likewise. * tests/subthread_create.c: Likewise. * tests/test.c: Likewise. * tests/test_cpp.cc: Likewise. * tests/thread_leak_test.c: Likewise. * tests/threadkey_test.c: Likewise.
Diffstat (limited to 'cord/cordprnt.c')
-rw-r--r--cord/cordprnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cord/cordprnt.c b/cord/cordprnt.c
index 864c50c7..b23ea7f2 100644
--- a/cord/cordprnt.c
+++ b/cord/cordprnt.c
@@ -22,7 +22,7 @@
/* sprintf implementation whenever possible. */
#ifdef HAVE_CONFIG_H
-# include "private/config.h"
+# include "config.h"
#endif
#ifndef CORD_BUILD
# define CORD_BUILD