From 605059c8000f7d24cdf7c8c92abdf85f41d07c8e Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 28 Jul 2010 19:10:13 -0600 Subject: [PATCH] Debug stub requires stdio.h --- src/stub_debug.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/stub_debug.cc b/src/stub_debug.cc index 9a3fc6166b..3792dd0b52 100644 --- a/src/stub_debug.cc +++ b/src/stub_debug.cc @@ -5,6 +5,10 @@ #include "config.h" #include "Debug.h" +#if HAVE_STDIO_H +#include +#endif + FILE *debug_log = NULL; int Debug::Levels[MAX_DEBUG_SECTIONS]; int Debug::level; -- 2.47.3