all repos — openbox @ 8152d453298bc3747ddcdcfa645b33afae7dc10e

openbox fork - make it a bit more like ryudo

add stdio.h
Dana Jansens danakj@orodu.net
commit

8152d453298bc3747ddcdcfa645b33afae7dc10e

parent

b99508df011eaf8a264bf5725ac8849f0782ec7b

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M otk/rendercolor.ccotk/rendercolor.cc

@@ -8,6 +8,12 @@ #include "rendercolor.hh"

#include "display.hh" #include "screeninfo.hh" +extern "C" { +#ifdef HAVE_STDIO_H +# include <stdio.h> +#endif +} + namespace otk { std::map<unsigned long, RenderColor::CacheItem*> *RenderColor::_cache = 0;