]> Dogcows Code - chaz/openbox/commitdiff
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 36f941c6734d220285407c9423135ac5f8d4f0a8..81aef261b6698fb7889e0d0db76ca3be55a1bd6e 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;
This page took 0.026667 seconds and 4 git commands to generate.