On Monday, April 16, 2012 01:08:59 PM Nikola Pajkovsky wrote: > Jakub Filak <[email protected]> writes: > > --- > > > > src/plugins/reporter-bugzilla.c | 1 + > > 1 files changed, 1 insertions(+), 0 deletions(-) > > > > diff --git a/src/plugins/reporter-bugzilla.c > > b/src/plugins/reporter-bugzilla.c index 6584f0f..39f356a 100644 > > --- a/src/plugins/reporter-bugzilla.c > > +++ b/src/plugins/reporter-bugzilla.c > > @@ -16,6 +16,7 @@ > > > > with this program; if not, write to the Free Software Foundation, > > Inc., > > 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. > > > > */ > > > > +#include <locale.h> > > > > #include "internal_libreport.h" > > #include "client.h" > > #include "abrt_xmlrpc.h" > > ok, push and please use $ git commit -s
I'm sorry, but I've realized that this patch is wrong because #include locale.h should be surrounded with condition on HAVE_LOCALE_H. I'm about to fix it. Regards Jakub
