add stdio.h

This commit is contained in:
Dana Jansens 2003-01-23 02:16:07 +00:00
parent b99508df01
commit 8152d45329

View file

@ -8,6 +8,12 @@
#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;