X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fctype%2Fisupper.c;h=02589a606f8f8919c65bfe603b1f12d68c24a29c;hb=761281caf431d264d568aec797095ef2c28f3910;hp=acf7d067b7a559a5218ea6bc1e7dfafc8a370272;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/functions/ctype/isupper.c b/functions/ctype/isupper.c index acf7d06..02589a6 100644 --- a/functions/ctype/isupper.c +++ b/functions/ctype/isupper.c @@ -18,7 +18,8 @@ int isupper( int c ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) {