X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fctype%2Ftolower.c;h=fa9fbf5b9188ab59968ea2c5ca1036d8b2eedae2;hp=55d33cff9c6b44d45aeb8c49f75e89b692487c29;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a diff --git a/functions/ctype/tolower.c b/functions/ctype/tolower.c index 55d33cf..fa9fbf5 100644 --- a/functions/ctype/tolower.c +++ b/functions/ctype/tolower.c @@ -18,7 +18,7 @@ int tolower( int c ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {