summaryrefslogtreecommitdiffstats
path: root/src/main-cmdlinexact.cpp
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-10-01 20:59:56 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-10-01 22:50:13 +0000
commit8a63ecf127e7ee87716367ae7b2e19267e19d09f (patch)
tree31f496bb0937298df5b9c24a26c35dbabe3391a6 /src/main-cmdlinexact.cpp
parentMove macros.h and remove unneeded macros (diff)
downloadinkscape-8a63ecf127e7ee87716367ae7b2e19267e19d09f.tar.gz
inkscape-8a63ecf127e7ee87716367ae7b2e19267e19d09f.zip
Avoid duplicating defines in config.h and on command line
Diffstat (limited to 'src/main-cmdlinexact.cpp')
-rw-r--r--src/main-cmdlinexact.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main-cmdlinexact.cpp b/src/main-cmdlinexact.cpp
index 46f42d0d2..a30251275 100644
--- a/src/main-cmdlinexact.cpp
+++ b/src/main-cmdlinexact.cpp
@@ -9,6 +9,10 @@
* more details: http://wiki.inkscape.org/wiki/index.php/Using_xverbs
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h" // only include where actually required!
+#endif
+
#ifdef WITH_YAML
#include <list>