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