aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/backgraph.c
diff options
context:
space:
mode:
authorHans Boehm <Hans_Boehm@hp.com>2004-08-23 21:40:17 +0000
committerHans Boehm <hboehm@gcc.gnu.org>2004-08-23 21:40:17 +0000
commit9a870e6c4c561ad318a320c2bcc9618c7f600865 (patch)
tree0455d11e2704b2abb5b4e5dc848fd89e02dd5a0a /boehm-gc/backgraph.c
parent8ba141520c44ab720084dbdf3e07a9015a05dc17 (diff)
downloadgcc-9a870e6c4c561ad318a320c2bcc9618c7f600865.zip
gcc-9a870e6c4c561ad318a320c2bcc9618c7f600865.tar.gz
gcc-9a870e6c4c561ad318a320c2bcc9618c7f600865.tar.bz2
aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
* aix_irix_threads.c: Move _THREADS checks after gc_priv.h include. * backgraph.c, include/private/gc_pmark.h: Always include gc.h. From-SVN: r86442
Diffstat (limited to 'boehm-gc/backgraph.c')
-rw-r--r--boehm-gc/backgraph.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/boehm-gc/backgraph.c b/boehm-gc/backgraph.c
index 0fe1c8f..7baf5b1 100644
--- a/boehm-gc/backgraph.c
+++ b/boehm-gc/backgraph.c
@@ -24,6 +24,8 @@
* a growing space leak.
*/
+#include "gc.h" /* For configuration information. */
+
#ifdef MAKE_BACK_GRAPH
#define MAX_IN 10 /* Maximum in-degree we handle directly */