projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f06b944
)
include stdio
author
Dana Jansens
<danakj@orodu.net>
Mon, 3 Feb 2003 05:06:10 +0000
(
05:06
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 3 Feb 2003 05:06:10 +0000
(
05:06
+0000)
otk/eventdispatcher.cc
patch
|
blob
|
history
diff --git
a/otk/eventdispatcher.cc
b/otk/eventdispatcher.cc
index c8b27b9c702220db5ef131609863e28a0c88c954..8c245ddeb3f00a24d517806ab82a8fbe46cc8b8f 100644
(file)
--- a/
otk/eventdispatcher.cc
+++ b/
otk/eventdispatcher.cc
@@
-6,6
+6,13
@@
#include "eventdispatcher.hh"
#include "display.hh"
+
+extern "C" {
+#ifdef HAVE_STDIO_H
+# include <stdio.h>
+#endif
+}
+
#include <iostream>
namespace otk {