X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fctype%2Fisgraph.c;h=932b7be88292b11d937dc5c4d8d3ed272f5d371e;hb=2040228f27d623585d339dec175c4e779ca9edb5;hp=ccd677ffa3d2cb45ba061b24cd808388a32f2cf2;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/functions/ctype/isgraph.c b/functions/ctype/isgraph.c index ccd677f..932b7be 100644 --- a/functions/ctype/isgraph.c +++ b/functions/ctype/isgraph.c @@ -18,7 +18,7 @@ int isgraph( int c ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {