]> pd.if.org Git - pdclib/blobdiff - platform/win32/functions/_PDCLIB/_PDCLIB_allocpages.c
PDCLib includes with quotes, not <>.
[pdclib] / platform / win32 / functions / _PDCLIB / _PDCLIB_allocpages.c
index 99b42789ab77f7aa8ef42d5b522c174ea4da6f2c..1e33c7e0e87c61a73d840c4dde73dbc76a97617a 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef REGTEST
 #include <stdint.h>
 #include <stddef.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <errno.h>
 #include <windows.h>
 
@@ -28,7 +28,7 @@ void * _PDCLIB_allocpages( size_t n )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {