From 72b6a3ed678d3dbfac106f3c76c56d1928f5a5f7 Mon Sep 17 00:00:00 2001 From: Jon Burgess Date: Fri, 9 May 2008 21:31:14 +0000 Subject: [PATCH] Fix compilation issue Submitted by Jon Burgess --- src/dem.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/dem.c b/src/dem.c index 66085671..c528b817 100644 --- a/src/dem.c +++ b/src/dem.c @@ -19,6 +19,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -- 2.39.5