X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Flocale%2Fsetlocale.c;h=c4d88e14c7edbb9d7d9baddbf20a83f4e51e1810;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=0f4cb451391b7edc6fb101cbe44875f00b498453;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/functions/locale/setlocale.c b/functions/locale/setlocale.c index 0f4cb45..c4d88e1 100644 --- a/functions/locale/setlocale.c +++ b/functions/locale/setlocale.c @@ -16,11 +16,13 @@ char * setlocale( int category, const char * locale ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) { TESTCASE( NO_TESTDRIVER ); return TEST_RESULTS; } + #endif