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