add stdio.h
This commit is contained in:
parent
b99508df01
commit
8152d45329
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@
|
||||||
#include "display.hh"
|
#include "display.hh"
|
||||||
#include "screeninfo.hh"
|
#include "screeninfo.hh"
|
||||||
|
|
||||||
|
extern "C" {
|
||||||
|
#ifdef HAVE_STDIO_H
|
||||||
|
# include <stdio.h>
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
namespace otk {
|
namespace otk {
|
||||||
|
|
||||||
std::map<unsigned long, RenderColor::CacheItem*> *RenderColor::_cache = 0;
|
std::map<unsigned long, RenderColor::CacheItem*> *RenderColor::_cache = 0;
|
||||||
|
|
Loading…
Reference in a new issue