]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/stdio/remove.c
Inlined some of the Cygwin patches. Not nice, but useful as I keep switching platforms.
[pdclib] / platform / example / functions / stdio / remove.c
index d3854ea6871e63c8f8c3fcb1e0507743c17201fc..aca3eaf98f31e6d562ad4bf1fa699bc11981cc1e 100644 (file)
@@ -63,7 +63,8 @@ int remove( const char * pathname )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
@@ -72,4 +73,3 @@ int main( void )
 }
 
 #endif
-