X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fctype%2Ftoupper.c;h=2ef335960232d69a4c0557bde7d7d6240c15aa4b;hb=d104aa65d95bffd22fc56b5a81bae508ee9da8c1;hp=1a48eead016746a3fe26bbe455797b659837d51c;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/functions/ctype/toupper.c b/functions/ctype/toupper.c index 1a48eea..2ef3359 100644 --- a/functions/ctype/toupper.c +++ b/functions/ctype/toupper.c @@ -18,7 +18,8 @@ int toupper( int c ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) { @@ -30,4 +31,5 @@ int main( void ) TESTCASE( toupper( '[' ) == '[' ); return TEST_RESULTS; } + #endif