]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/allocpages.c
PDCLib includes with quotes, not <>.
[pdclib] / platform / example / functions / _PDCLIB / allocpages.c
index 922c8be03deaced08cbf913dea95df7cbd9bb81d..27c56103a9df9f8c027de51b7276e4a4177f47bb 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <stdint.h>
 #include <stddef.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <errno.h>
 
 void * _PDCLIB_allocpages( size_t n )
@@ -19,7 +19,7 @@ void * _PDCLIB_allocpages( size_t n )
 }
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {