]> Dogcows Code - chaz/openbox/commitdiff
include stdio
authorDana Jansens <danakj@orodu.net>
Mon, 3 Feb 2003 05:06:10 +0000 (05:06 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 3 Feb 2003 05:06:10 +0000 (05:06 +0000)
otk/eventdispatcher.cc

index c8b27b9c702220db5ef131609863e28a0c88c954..8c245ddeb3f00a24d517806ab82a8fbe46cc8b8f 100644 (file)
@@ -6,6 +6,13 @@
 
 #include "eventdispatcher.hh"
 #include "display.hh"
+
+extern "C" {
+#ifdef HAVE_STDIO_H
+#  include <stdio.h>
+#endif
+}
+
 #include <iostream>
 
 namespace otk {
This page took 0.025333 seconds and 4 git commands to generate.