X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fcalloc.c;h=abb63b08fa3ff02b47b0d744a372be656b6b5164;hb=2040228f27d623585d339dec175c4e779ca9edb5;hp=e7117580a7e3f8f8e7275c2593600d3433b38b98;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/functions/stdlib/calloc.c b/functions/stdlib/calloc.c index e711758..abb63b0 100644 --- a/functions/stdlib/calloc.c +++ b/functions/stdlib/calloc.c @@ -24,7 +24,7 @@ void * calloc( size_t nmemb, size_t size ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {