]> pd.if.org Git - pdclib/blobdiff - functions/stdio/putc.c
Whitespace cleanups.
[pdclib] / functions / stdio / putc.c
index 4ea5b6f9e27113e6d60619986a079940b7f4c3af..c1eb2b06cf48eecbd0429a12629102aa2de483da 100644 (file)
@@ -16,7 +16,8 @@ int putc( int c, struct _PDCLIB_file_t * stream )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {