all repos — openbox @ f9818bff717b306db942602b4e35d70903c6fc61

openbox fork - make it a bit more like ryudo

add stdio.h
Dana Jansens danakj@orodu.net
commit

f9818bff717b306db942602b4e35d70903c6fc61

parent

c4427cc1f338a6b754038929e0ec78e8148e04b0

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

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

@@ -7,6 +7,10 @@

extern "C" { #include <X11/Xatom.h> +#ifdef HAVE_STDIO_H +#include <stdio.h> +#endif + #ifdef HAVE_STRING_H #include <string.h> #endif