]> pd.if.org Git - pdclib/blobdiff - functions/ctype/tolower.c
System includes -> local includes.
[pdclib] / functions / ctype / tolower.c
index 55d33cff9c6b44d45aeb8c49f75e89b692487c29..fa9fbf5b9188ab59968ea2c5ca1036d8b2eedae2 100644 (file)
@@ -18,7 +18,7 @@ int tolower( int c )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {