]> granicus.if.org Git - gc/commitdiff
Fix include gc_gcj.h in thread_local_alloc.c
authorIvan Maidanski <ivmai@mail.ru>
Wed, 28 Feb 2018 20:16:36 +0000 (23:16 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 28 Feb 2018 20:16:36 +0000 (23:16 +0300)
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".

thread_local_alloc.c

index 66ea876a5fb267218abd9faa28565b8474902602..92ae9d8ec4f3db26d2de7eeb0803c19cf6107658 100644 (file)
@@ -191,7 +191,7 @@ GC_API GC_ATTR_MALLOC void * GC_CALL GC_malloc_kind(size_t bytes, int knd)
 
 #ifdef GC_GCJ_SUPPORT
 
-# 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   */