adding locale.h
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 19 Jan 2004 16:43:01 +0000 (16:43 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 19 Jan 2004 16:43:01 +0000 (16:43 +0000)
Original commit message from CVS:
adding locale.h

ChangeLog
gst-libs/gst/gst-i18n-plugin.h

index 9950c5e..accd487 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index 0fd5146..2c37a61 100644 (file)
  * 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