From: Dana Jansens Date: Mon, 3 Feb 2003 05:06:10 +0000 (+0000) Subject: include stdio X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=e0eaee86ded5ae63eaaf82da22df5c8845eb3724;p=chaz%2Fopenbox include stdio --- 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 {