From a2bdb366d23ad3ae27e317bbdf5c966c71863d75 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 27 Jun 2020 14:46:01 +0200 Subject: Drop automake build support. Add basic cmake build instructions. Delete the NEWS file. Rework of the README. The man folder has been moved into the doc folder for consistency with what have been done so far. The html pages have been moved into the doc folder as well. Some cosmetics. Signed-off-by: gregory guy (cherry picked from commit e14732aa76b0fc20b955da434b1e2e92012c34e8) --- src/gnudiff_xmalloc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gnudiff_xmalloc.cpp') diff --git a/src/gnudiff_xmalloc.cpp b/src/gnudiff_xmalloc.cpp index 858faba..5bbb445 100644 --- a/src/gnudiff_xmalloc.cpp +++ b/src/gnudiff_xmalloc.cpp @@ -20,7 +20,7 @@ Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. */ #if HAVE_CONFIG_H -# include +#include "config.h" #endif #include -- cgit v1.2.1