$NetBSD: patch-aa,v 1.1 2008/03/16 12:35:05 obache Exp $

Pull in locale.h for setlocale

--- src/config.c.orig	2007-01-02 12:32:01.000000000 +0000
+++ src/config.c
@@ -6,7 +6,9 @@
 #include <string.h>
 #include <libintl.h>
 #include <nebulus.h>
-
+#ifdef HAVE_LOCALE_H
+#include <locale.h>
+#endif
 
 void
 priority_value_changed (GtkWidget *w, int *changed_value)
