X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fctype%2Ftoupper.c;h=2168134631d7743de1122e151591b8a9267a1e3c;hp=1a48eead016746a3fe26bbe455797b659837d51c;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a diff --git a/functions/ctype/toupper.c b/functions/ctype/toupper.c index 1a48eea..2168134 100644 --- a/functions/ctype/toupper.c +++ b/functions/ctype/toupper.c @@ -18,7 +18,7 @@ int toupper( int c ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {