X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fctype%2Ftolower.c;h=fa9fbf5b9188ab59968ea2c5ca1036d8b2eedae2;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=55d33cff9c6b44d45aeb8c49f75e89b692487c29;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib 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 ) {