all repos — openbox @ e0eaee86ded5ae63eaaf82da22df5c8845eb3724

openbox fork - make it a bit more like ryudo

include stdio
Dana Jansens danakj@orodu.net
commit

e0eaee86ded5ae63eaaf82da22df5c8845eb3724

parent

f06b9449333e3bb53c169af91ba5eb85b44b2dc5

1 files changed, 7 insertions(+), 0 deletions(-)

jump to
M otk/eventdispatcher.ccotk/eventdispatcher.cc

@@ -6,6 +6,13 @@ #endif

#include "eventdispatcher.hh" #include "display.hh" + +extern "C" { +#ifdef HAVE_STDIO_H +# include <stdio.h> +#endif +} + #include <iostream> namespace otk {