]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/allocpages.c
System includes -> local includes.
[pdclib] / platform / example / functions / _PDCLIB / allocpages.c
index f5a3609b244184f79c4ae549b40a76e33ab4d69e..081adfb99993847b1d267cf882eb47ba348e7255 100644 (file)
@@ -14,7 +14,7 @@
 int brk( void * );
 void * sbrk( intptr_t );
 
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 
 static void * membreak = NULL;
 
@@ -54,7 +54,7 @@ void * _PDCLIB_allocpages( int const n )
 }
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {