X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fgandr%2Ffunctions%2F_PDCLIB%2F_PDCLIB_allocpages.c;h=c0d05ed0f7b3b59073c336cc6afa288f7190ff65;hb=refs%2Fhg%2Forigin%2Fbranches%2Fdefault;hp=02678ff4ec60eb424957b0ef077a8c7692db3159;hpb=e1c526e9bad3f6e69391e94059096145390508d3;p=pdclib diff --git a/platform/gandr/functions/_PDCLIB/_PDCLIB_allocpages.c b/platform/gandr/functions/_PDCLIB/_PDCLIB_allocpages.c index 02678ff..c0d05ed 100644 --- a/platform/gandr/functions/_PDCLIB/_PDCLIB_allocpages.c +++ b/platform/gandr/functions/_PDCLIB/_PDCLIB_allocpages.c @@ -6,7 +6,7 @@ #include #include -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" #include #include @@ -24,7 +24,7 @@ void * _PDCLIB_allocpages( size_t n ) } #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {