]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/malloc.c
System includes -> local includes.
[pdclib] / functions / stdlib / malloc.c
index 9cdd6895dfefd391b7be9a09ce04bf2f2c85e571..32235a2d4a2160c0219fbc616b0e826d630eb428 100644 (file)
@@ -10,7 +10,7 @@
 
 #ifndef REGTEST
 
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 
 /* TODO: Primitive placeholder. Much room for improvement. */
 
@@ -145,7 +145,7 @@ void * malloc( size_t size )
 
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <string.h>
 #include <stdarg.h>
 #include <stdio.h>