X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fctype%2Fisdigit.c;h=6a311d92fa2c9c004c46365f26f8d42fd9274587;hp=76768f97eac82ef50755af86d21f666b8ed238ca;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a diff --git a/functions/ctype/isdigit.c b/functions/ctype/isdigit.c index 76768f9..6a311d9 100644 --- a/functions/ctype/isdigit.c +++ b/functions/ctype/isdigit.c @@ -18,7 +18,7 @@ int isdigit( int c ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {