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