summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-06-19 08:38:42 +0000
committerrwst <rwst@users.sourceforge.net>2006-06-19 08:38:42 +0000
commit9dad20be008c5b08278d76cdd15cf4d959b15c5b (patch)
tree1ed9f615f1532f2116303951413eda8fa5352878 /src
parentadd -Wno-invalid-offsetof, removes standard-conform but bizarre warnings: "Th... (diff)
downloadinkscape-9dad20be008c5b08278d76cdd15cf4d959b15c5b.tar.gz
inkscape-9dad20be008c5b08278d76cdd15cf4d959b15c5b.zip
#include "config.h" too
(bzr r1230)
Diffstat (limited to 'src')
-rw-r--r--src/dialogs/eek-color-def.cpp2
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