X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Flocale%2Fsetlocale.c;h=888c6c1e2820ebf8d509663a26b8ccafe89f0af4;hb=8fe5c57b4d17e5637dac34f797c6530e1b1ce220;hp=9b08b93bf1f11084ae73ab26b92eb13d08c19ba4;hpb=d77b84be585e9ceaed1501579df5a4aec6a24a63;p=pdclib diff --git a/functions/locale/setlocale.c b/functions/locale/setlocale.c index 9b08b93..888c6c1 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). @@ -7,8 +5,8 @@ */ #include - #ifndef REGTEST +#include <_PDCLIB_locale.h> char * setlocale( int category, const char * locale ) {