X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fposix%2Ffunctions%2F_PDCLIB%2F_PDCLIB_freepages.c;h=f527ad5124d2db1112fcc2687782dcf28fec1915;hp=5b21c4b753cd0dac47232a673f94afa7974b83a6;hb=c42d6c99b024d1a93994d734d9739a3db44c9d67;hpb=29387e76cd5cd340fe7d811dc9830931d3d0ec9b diff --git a/platform/posix/functions/_PDCLIB/_PDCLIB_freepages.c b/platform/posix/functions/_PDCLIB/_PDCLIB_freepages.c index 5b21c4b..f527ad5 100644 --- a/platform/posix/functions/_PDCLIB/_PDCLIB_freepages.c +++ b/platform/posix/functions/_PDCLIB/_PDCLIB_freepages.c @@ -4,15 +4,11 @@ Permission is granted to use, modify, and / or redistribute at will. */ -/* This is an example implementation of _PDCLIB_allocpages() (declared in - _PDCLIB_config.h), fit for use with POSIX kernels. -*/ - #ifndef REGTEST #include #include #include -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" void _PDCLIB_freepages( void * p, size_t n ) { @@ -22,7 +18,7 @@ void _PDCLIB_freepages( void * p, size_t n ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {