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