X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fgandr%2Ffunctions%2F_PDCLIB%2F_PDCLIB_freepages.c;h=d33f486555967783c06f9010cd172c6bdeeddc36;hp=285589f6003596b8c362be35e5d442c7852f72fb;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=f1719b005f40a423cba1962152e71773d36d1a71 diff --git a/platform/gandr/functions/_PDCLIB/_PDCLIB_freepages.c b/platform/gandr/functions/_PDCLIB/_PDCLIB_freepages.c index 285589f..d33f486 100644 --- a/platform/gandr/functions/_PDCLIB/_PDCLIB_freepages.c +++ b/platform/gandr/functions/_PDCLIB/_PDCLIB_freepages.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_allocpages( int const ) This file is part of the Public Domain C Library (PDCLib). @@ -11,7 +9,7 @@ #include #include -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" #include #include @@ -25,7 +23,7 @@ void _PDCLIB_freepages( void * p, size_t n ) } #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {