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