X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=functions%2Flocale%2Fsetlocale.c;h=888c6c1e2820ebf8d509663a26b8ccafe89f0af4;hp=9b08b93bf1f11084ae73ab26b92eb13d08c19ba4;hb=b1db7bea4fcc15c30a3a1b34056690cc12971298;hpb=ed01ab8d9fcc47f6a4089ef72a73ef7a084d1ed3 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 ) {