summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/gst-i18n-plugin.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-19 16:43:01 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-19 16:43:01 +0000
commita8dc14076efa6db4a0e374eb5623be62d7233b4b (patch)
tree9a239dfb87319051158d342c557c7843c6709d48 /gst-libs/gst/gst-i18n-plugin.h
parent80a5676bdc8f404eb5a42648b4e4ea04ac0f2577 (diff)
downloadgst-plugins-bad-a8dc14076efa6db4a0e374eb5623be62d7233b4b.tar.gz
gst-plugins-bad-a8dc14076efa6db4a0e374eb5623be62d7233b4b.tar.bz2
gst-plugins-bad-a8dc14076efa6db4a0e374eb5623be62d7233b4b.zip
adding locale.h
Original commit message from CVS: adding locale.h
Diffstat (limited to 'gst-libs/gst/gst-i18n-plugin.h')
-rw-r--r--gst-libs/gst/gst-i18n-plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gst-i18n-plugin.h b/gst-libs/gst/gst-i18n-plugin.h
index 0fd51465..2c37a615 100644
--- a/gst-libs/gst/gst-i18n-plugin.h
+++ b/gst-libs/gst/gst-i18n-plugin.h
@@ -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