include config.h to enable NLS

--Sven
This commit is contained in:
Sven Neumann 1999-11-20 01:01:25 +00:00
parent 48fb5c0959
commit 2ab36b085f
3 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Sat Nov 20 01:59:10 MET 1999 Sven Neumann <sven@gimp.org>
* libgimp/gimpcolorbutton.c: include config.h to enable NLS
Sat Nov 20 00:27:26 GMT 1999 Andy Thomas <alt@gimp.org>
* app/commands.c

View file

@ -27,6 +27,8 @@
* destroy all color-related widgets in the gtk colorselector.
*/
#include "config.h"
#include "gimp.h"
#include "gimpcolorbutton.h"
#include "gimpintl.h"

View file

@ -27,6 +27,8 @@
* destroy all color-related widgets in the gtk colorselector.
*/
#include "config.h"
#include "gimp.h"
#include "gimpcolorbutton.h"
#include "gimpintl.h"