X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fmalloc.c;h=32235a2d4a2160c0219fbc616b0e826d630eb428;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=0b0d6e3c0920b9a9f6a94f832bcc594d621ee1b0;hpb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;p=pdclib diff --git a/functions/stdlib/malloc.c b/functions/stdlib/malloc.c index 0b0d6e3..32235a2 100644 --- a/functions/stdlib/malloc.c +++ b/functions/stdlib/malloc.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* void * malloc( size_t ) This file is part of the Public Domain C Library (PDCLib). @@ -12,7 +10,7 @@ #ifndef REGTEST -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" /* TODO: Primitive placeholder. Much room for improvement. */ @@ -147,7 +145,7 @@ void * malloc( size_t size ) #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include #include #include