summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-03-28 21:23:01 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-03-28 21:23:01 +0000
commit5606bdeb7c7006347224bdce324d4b8cc048ce8b (patch)
tree6a599dbcc101bc4357298d28c44a8727a0da26e5 /src/widgets
parentdito (diff)
downloadinkscape-5606bdeb7c7006347224bdce324d4b8cc048ce8b.tar.gz
inkscape-5606bdeb7c7006347224bdce324d4b8cc048ce8b.zip
An a few more config.h fixes
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/desktop-widget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/desktop-widget.h b/src/widgets/desktop-widget.h
index 8c3ce12fe..141d6b057 100644
--- a/src/widgets/desktop-widget.h
+++ b/src/widgets/desktop-widget.h
@@ -15,6 +15,10 @@
* Released under GNU GPL v2+, read the file 'COPYING' for more information.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h" // only include where actually required!
+#endif
+
#include <gtkmm.h>
#include "message.h"