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=ed4ea0ca1fa7a63083498ecc78422954fddbda11;hpb=1aba8d4e33b2a020709f81182709c7de7a728c76;p=pdclib diff --git a/platform/posix/functions/_PDCLIB/_PDCLIB_freepages.c b/platform/posix/functions/_PDCLIB/_PDCLIB_freepages.c index ed4ea0c..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,11 +18,11 @@ void _PDCLIB_freepages( void * p, size_t n ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) { return TEST_RESULTS; } -#endif \ No newline at end of file +#endif