From: Dana Jansens Date: Thu, 23 Jan 2003 02:16:07 +0000 (+0000) Subject: add stdio.h X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=8152d453298bc3747ddcdcfa645b33afae7dc10e;p=chaz%2Fopenbox add stdio.h --- diff --git a/otk/rendercolor.cc b/otk/rendercolor.cc index 36f941c6..81aef261 100644 --- a/otk/rendercolor.cc +++ b/otk/rendercolor.cc @@ -8,6 +8,12 @@ #include "display.hh" #include "screeninfo.hh" +extern "C" { +#ifdef HAVE_STDIO_H +# include +#endif +} + namespace otk { std::map *RenderColor::_cache = 0;