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