X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fallocpages.c;h=9de9314ea64cc733de4ec3c02dbb73167902e158;hp=f3414bbb0bc8058925f0d67a8c107e0a894adbef;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/platform/example/functions/_PDCLIB/allocpages.c b/platform/example/functions/_PDCLIB/allocpages.c index f3414bb..9de9314 100644 --- a/platform/example/functions/_PDCLIB/allocpages.c +++ b/platform/example/functions/_PDCLIB/allocpages.c @@ -58,6 +58,7 @@ void * _PDCLIB_allocpages( int const n ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void )