X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fctype%2Fisgraph.c;h=932b7be88292b11d937dc5c4d8d3ed272f5d371e;hp=ccd677ffa3d2cb45ba061b24cd808388a32f2cf2;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a 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 ) {