X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fposix%2Ffunctions%2F_PDCLIB%2F_PDCLIB_freepages.c;h=f527ad5124d2db1112fcc2687782dcf28fec1915;hb=refs%2Fhg%2Forigin%2Fbookmarks%2Fmaster;hp=5b21c4b753cd0dac47232a673f94afa7974b83a6;hpb=29387e76cd5cd340fe7d811dc9830931d3d0ec9b;p=pdclib 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 ) {