From: Ivan Maidanski Date: Fri, 26 Aug 2016 06:41:35 +0000 (+0300) Subject: Fix Clang static analyzer warning about not found gc_priv.h in extra files X-Git-Tag: v8.0.0~1164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6e84d8d91adff12183ca0c7efe61393344ebfef;p=gc Fix Clang static analyzer warning about not found gc_priv.h in extra files * extra/AmigaOS.c: Include "private/gc_priv.h" instead of "gc_priv.h". * extra/MacOS.c: Likewise. --- diff --git a/extra/AmigaOS.c b/extra/AmigaOS.c index c22bc662..1e983a1f 100644 --- a/extra/AmigaOS.c +++ b/extra/AmigaOS.c @@ -9,7 +9,7 @@ #if !defined(GC_AMIGA_DEF) && !defined(GC_AMIGA_SB) && !defined(GC_AMIGA_DS) && !defined(GC_AMIGA_AM) -# include "gc_priv.h" +# include "private/gc_priv.h" # include # include # define GC_AMIGA_DEF diff --git a/extra/MacOS.c b/extra/MacOS.c index 27f07eb4..13e239d4 100644 --- a/extra/MacOS.c +++ b/extra/MacOS.c @@ -24,7 +24,7 @@ unloading shared library. #define GC_BUILD #include "gc.h" -#include "gc_priv.h" +#include "private/gc_priv.h" // use 'CODE' resource 0 to get exact location of the beginning of global space.