Added locale.h to the headers included - fixes the build.

2005-02-05  Dave Neary  <bolsh@gimp.org>

	* tools/gimp-remote.c: Added locale.h to the headers
	included - fixes the build.
This commit is contained in:
Dave Neary 2005-02-05 08:53:19 +00:00 committed by David Neary
parent 1169562545
commit 7a77aeabfb
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-02-05 Dave Neary <bolsh@gimp.org>
* tools/gimp-remote.c: Added locale.h to the headers
included - fixes the build.
2005-02-04 Manish Singh <yosh@gimp.org>
* app/widgets/gimppropwidgets.h: readd declaration of

View File

@ -43,6 +43,8 @@
#include <unistd.h>
#endif
#include <locale.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>