summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main-cmdlinexact.cpp4
-rw-r--r--src/main-cmdlinexact.h5
-rw-r--r--src/main.cpp4
-rw-r--r--src/path-prefix.h5
4 files changed, 17 insertions, 1 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>
diff --git a/src/main-cmdlinexact.h b/src/main-cmdlinexact.h
index 431b046fa..8b9c137d9 100644
--- a/src/main-cmdlinexact.h
+++ b/src/main-cmdlinexact.h
@@ -1,7 +1,10 @@
-
#ifndef __INK_MAIN_CMD_LINE_XACTIONS_H__
#define __INK_MAIN_CMD_LINE_XACTIONS_H__
+#ifdef HAVE_CONFIG_H
+# include "config.h" // only include where actually required!
+#endif
+
#ifdef WITH_YAML
/** \file
diff --git a/src/main.cpp b/src/main.cpp
index 5af472ff7..25119b43a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -23,6 +23,10 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h" // only include where actually required!
+#endif
+
// This has to be included prior to anything that includes setjmp.h, it croaks otherwise
#include <png.h>
diff --git a/src/path-prefix.h b/src/path-prefix.h
index 929419c1d..71bbb40fb 100644
--- a/src/path-prefix.h
+++ b/src/path-prefix.h
@@ -12,6 +12,11 @@
*/
#ifndef SEEN_PATH_PREFIX_H
#define SEEN_PATH_PREFIX_H
+
+#ifdef HAVE_CONFIG_H
+# include "config.h" // only include where actually required!
+#endif
+
#include "prefix.h"