1 Upstream-Status: Inappropriate [debian patch]
3 From 0c91fa9270e86b20bfb8e62db5ac84617b2567d9 Mon Sep 17 00:00:00 2001
4 From: Rob Browning <rlb@defaultvalue.org>
5 Date: Thu, 10 Nov 2011 02:23:04 -0600
6 Subject: Include gc.h rather than gc/gc_version.h in pthread test.
8 See comments in recent gc_version.h. It should never be included
9 directly, and doing so was causing build failures.
11 .../standalone/test-pthread-create-secondary.c | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
14 diff --git a/test-suite/standalone/test-pthread-create-secondary.c b/test-suite/standalone/test-pthread-create-secondary.c
15 index fe39c2a..d87fb33 100644
16 --- a/test-suite/standalone/test-pthread-create-secondary.c
17 +++ b/test-suite/standalone/test-pthread-create-secondary.c
22 -#include <gc/gc_version.h>
26 /* Up to GC 7.2alpha5, calling `GC_INIT' from a secondary thread would