adding locale.h

Original commit message from CVS:
adding locale.h
This commit is contained in:
Thomas Vander Stichele 2004-01-19 16:43:01 +00:00
parent 01e210d650
commit eefcaf5b9e
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
* gst-libs/gst/gst-i18n-plugin.h:
add locale.h
remove config.h inclusion
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>

View file

@ -19,10 +19,10 @@
* Boston, MA 02111-1307, USA.
*/
#ifndef __GST_I18N_PLUGIN_H__
#define __GST_I18N_PLUGIN_H__
#include <locale.h> /* some people need it and some people don't */
#include "gettext.h" /* included with gettext distribution and copied */
#ifndef GETTEXT_PACKAGE