X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fctype%2Fispunct.c;h=8b3ab69c481bb7fb55584c4e62bd9eeebeb50dd5;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=39fa59a35ef44dbe64de7614dd45de57efd8442a;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/functions/ctype/ispunct.c b/functions/ctype/ispunct.c index 39fa59a..8b3ab69 100644 --- a/functions/ctype/ispunct.c +++ b/functions/ctype/ispunct.c @@ -18,7 +18,8 @@ int ispunct( int c ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) {