X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fmalloc.c;h=32235a2d4a2160c0219fbc616b0e826d630eb428;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=05fd82ed42acf670969a4ba4a14fcc89f8466177;hpb=393020b6e48719d27699dea6b29e53025bbd5123;p=pdclib diff --git a/functions/stdlib/malloc.c b/functions/stdlib/malloc.c index 05fd82e..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,10 +10,7 @@ #ifndef REGTEST -#ifndef _PDCLIB_GLUE_H -#define _PDCLIB_GLUE_H _PDLIB_GLUE_H -#include <_PDCLIB_glue.h> -#endif +#include "_PDCLIB_glue.h" /* TODO: Primitive placeholder. Much room for improvement. */ @@ -150,7 +145,7 @@ void * malloc( size_t size ) #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include #include #include