X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstring%2Fstrcoll.c;h=6b012b7a29a451a5542032d16979ecb652d79baf;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=461f80925311ff1e429b3b37e9507a241143dc58;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/functions/string/strcoll.c b/functions/string/strcoll.c index 461f809..6b012b7 100644 --- a/functions/string/strcoll.c +++ b/functions/string/strcoll.c @@ -23,7 +23,8 @@ int strcoll( const char * s1, const char * s2 ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) { @@ -36,4 +37,5 @@ int main( void ) TESTCASE( strcmp( abcde, empty ) > 0 ); return TEST_RESULTS; } + #endif