diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-19 16:43:01 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-19 16:43:01 +0000 |
commit | a8dc14076efa6db4a0e374eb5623be62d7233b4b (patch) | |
tree | 9a239dfb87319051158d342c557c7843c6709d48 /gst-libs/gst | |
parent | 80a5676bdc8f404eb5a42648b4e4ea04ac0f2577 (diff) | |
download | gst-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')
-rw-r--r-- | gst-libs/gst/gst-i18n-plugin.h | 2 |
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 |