X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Flocale%2Fsetlocale.c;h=20b434d3d94ce70c2fe21f895e226d45768d3b84;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=0f4cb451391b7edc6fb101cbe44875f00b498453;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib 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 ) {