X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Flocale%2Fsetlocale.c;h=c4d88e14c7edbb9d7d9baddbf20a83f4e51e1810;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=9b08b93bf1f11084ae73ab26b92eb13d08c19ba4;hpb=11b11c83484dd89b1bb78db639f164616916ea0b;p=pdclib diff --git a/functions/locale/setlocale.c b/functions/locale/setlocale.c index 9b08b93..c4d88e1 100644 --- a/functions/locale/setlocale.c +++ b/functions/locale/setlocale.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* setlocale( int, const char * ) This file is part of the Public Domain C Library (PDCLib). @@ -18,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