]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/realloc.c
Whitespace cleanups.
[pdclib] / functions / stdlib / realloc.c
index a7cc395d21a9f39d3669e4c7f4637c13f643c451..cbc01d4bb74ee33ffd930a056119a69dc0cf7606 100644 (file)
@@ -44,7 +44,8 @@ void * realloc( void * ptr, size_t size )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
@@ -53,4 +54,3 @@ int main( void )
 }
 
 #endif
-