diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-06-19 08:38:42 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-06-19 08:38:42 +0000 |
| commit | 9dad20be008c5b08278d76cdd15cf4d959b15c5b (patch) | |
| tree | 1ed9f615f1532f2116303951413eda8fa5352878 /src | |
| parent | add -Wno-invalid-offsetof, removes standard-conform but bizarre warnings: "Th... (diff) | |
| download | inkscape-9dad20be008c5b08278d76cdd15cf4d959b15c5b.tar.gz inkscape-9dad20be008c5b08278d76cdd15cf4d959b15c5b.zip | |
#include "config.h" too
(bzr r1230)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dialogs/eek-color-def.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dialogs/eek-color-def.cpp b/src/dialogs/eek-color-def.cpp index 5a1a883e9..bb7b69a8a 100644 --- a/src/dialogs/eek-color-def.cpp +++ b/src/dialogs/eek-color-def.cpp @@ -37,6 +37,8 @@ * * ***** END LICENSE BLOCK ***** */ +#include "config.h" + #ifdef HAVE_LIBINTL_H #include <libintl.h> #endif |
