X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Flocale%2Fsetlocale.c;h=20b434d3d94ce70c2fe21f895e226d45768d3b84;hp=0f4cb451391b7edc6fb101cbe44875f00b498453;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a diff --git a/functions/locale/setlocale.c b/functions/locale/setlocale.c index 0f4cb45..20b434d 100644 --- a/functions/locale/setlocale.c +++ b/functions/locale/setlocale.c @@ -16,7 +16,7 @@ char * setlocale( int category, const char * locale ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {