From 7f57cd2f8ce7fe5d66094ab1b8807522cc3b1030 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Fri, 11 Jul 2003 19:18:30 +0000 Subject: [PATCH] Need config.h to see debug output. --- kdbg/typetable.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kdbg/typetable.cpp b/kdbg/typetable.cpp index 7a95393..2f001c3 100644 --- a/kdbg/typetable.cpp +++ b/kdbg/typetable.cpp @@ -8,6 +8,9 @@ #include #include #include +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "typetable.h" #include "mydebug.h" -- 2.11.4.GIT