all repos — openbox @ 464e4c59cba073a7e8648fe587487c775708f0d7

openbox fork - make it a bit more like ryudo

missing include
Dana Jansens danakj@orodu.net
commit

464e4c59cba073a7e8648fe587487c775708f0d7

parent

0dc7eca4cdfff6425e19a0bace0f9ae8834d04e8

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

jump to
M openbox/debug.copenbox/debug.c

@@ -26,6 +26,10 @@ #include <stdarg.h>

#include <stdio.h> #include <errno.h> +#ifdef HAVE_UNISTD_H +# include <unistd.h> +#endif + static gboolean enabled_types[OB_DEBUG_TYPE_NUM] = {FALSE}; static FILE *log_file = NULL; static guint rr_handler_id = 0;