$NetBSD: patch-aa,v 1.1.1.1 2010/05/20 07:48:09 obache Exp $ locale.h is required for setlocale(3) and LC_ALL. --- src/kimera-tomoe-gtk.c.orig 2007-04-08 15:05:33.000000000 +0000 +++ src/kimera-tomoe-gtk.c @@ -25,6 +25,9 @@ #ifdef HAVE_CONFIG_H #include #endif /* HAVE_CONFIG_H */ +#ifdef HAVE_LOCALE_H +#include +#endif #include #include #include "intl.h"