From e0eaee86ded5ae63eaaf82da22df5c8845eb3724 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 3 Feb 2003 05:06:10 +0000 Subject: [PATCH] include stdio --- otk/eventdispatcher.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/otk/eventdispatcher.cc b/otk/eventdispatcher.cc index c8b27b9c..8c245dde 100644 --- a/otk/eventdispatcher.cc +++ b/otk/eventdispatcher.cc @@ -6,6 +6,13 @@ #include "eventdispatcher.hh" #include "display.hh" + +extern "C" { +#ifdef HAVE_STDIO_H +# include +#endif +} + #include namespace otk { -- 2.45.2