diff options
author | Thijs Vermeir <thijsvermeir@gmail.com> | 2010-04-07 13:47:02 +0200 |
---|---|---|
committer | Thijs Vermeir <thijsvermeir@gmail.com> | 2010-04-07 13:48:12 +0200 |
commit | d17ad171c9a88da669e2815de1666f65dafef1e3 (patch) | |
tree | b3189350e12383f40b8799480f9ad62204382960 /gst-libs | |
parent | 1e5bb1c300836c03da92198b56b9dbe44613c96e (diff) |
build: fix compiler warnings
fix warnings for all plugins that use: setlocale (LC_ALL...
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/gst-i18n-plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/gst-i18n-plugin.h b/gst-libs/gst/gst-i18n-plugin.h index dc16d47e6..fe597d229 100644 --- a/gst-libs/gst/gst-i18n-plugin.h +++ b/gst-libs/gst/gst-i18n-plugin.h @@ -28,6 +28,8 @@ #ifdef ENABLE_NLS +#include <locale.h> + #include "gettext.h" /* included with gettext distribution and copied */ /* we want to use shorthand _() for translating and N_() for marking */ |