mirror of https://github.com/GNOME/gimp.git
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:
parent
1169562545
commit
7a77aeabfb
|
@ -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
|
||||
|
|
|
@ -43,6 +43,8 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <locale.h>
|
||||
|
||||
#include <gdk/gdkx.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue