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