add stdio.h
authorDana Jansens <danakj@orodu.net>
Thu, 23 Jan 2003 02:16:07 +0000 (02:16 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 23 Jan 2003 02:16:07 +0000 (02:16 +0000)
otk/rendercolor.cc

index 36f941c..81aef26 100644 (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;