From a941e78cb66222af6016726aca9c9eba254e155d Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 3 Apr 2010 04:15:26 +0200 Subject: Add missing config.h include to debug.c --- src/debug.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/debug.c') diff --git a/src/debug.c b/src/debug.c index a40c249..f58ece7 100644 --- a/src/debug.c +++ b/src/debug.c @@ -20,6 +20,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifdef HAVE_CONFIG_H +#include +#endif #include #define _GNU_SOURCE 1 #define __USE_GNU 1 -- cgit v1.1-32-gdbae