(back-port of commit
60d9632a from 'master')
The #include for the public GC headers should not contain "include/"
prefix.
* thread_local_alloc.c [GC_GCJ_SUPPORT]: Include "gc_gcj.h" instead of
"include/gc_gcj.h".
# include "atomic_ops.h" /* for AO_compiler_barrier() */
-# include "include/gc_gcj.h"
+# include "gc_gcj.h"
/* Gcj-style allocation without locks is extremely tricky. The */
/* fundamental issue is that we may end up marking a free list, which */