From 8a63ecf127e7ee87716367ae7b2e19267e19d09f Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Mon, 1 Oct 2018 22:59:56 +0200 Subject: Avoid duplicating defines in config.h and on command line --- src/main-cmdlinexact.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main-cmdlinexact.cpp') 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 -- cgit v1.2.3