]> pd.if.org Git - pdclib.old/blobdiff - functions/locale/setlocale.c
PDCLIB-1 locale functions only included <_PDCLIB_locale.h>, not <locale.h>. This...
[pdclib.old] / functions / locale / setlocale.c
index 9b08b93bf1f11084ae73ab26b92eb13d08c19ba4..888c6c1e2820ebf8d509663a26b8ccafe89f0af4 100644 (file)
@@ -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 <locale.h>
-
 #ifndef REGTEST
+#include <_PDCLIB_locale.h>
 
 char * setlocale( int category, const char * locale )
 {