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