From 655b527827fc2b64b374a1d29e884e92269e9cae Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 4 Dec 2012 19:28:27 +0100 Subject: first working version of autotools based build-system --- src/undo.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/undo.cpp') diff --git a/src/undo.cpp b/src/undo.cpp index 8072540..4ed825c 100644 --- a/src/undo.cpp +++ b/src/undo.cpp @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -- cgit v1.2.3