diff options
Diffstat (limited to 'gst-libs')
-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 |