From: Dana Jansens Date: Sat, 2 Feb 2008 16:37:45 +0000 (-0500) Subject: missing include X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=464e4c59cba073a7e8648fe587487c775708f0d7;p=chaz%2Fopenbox missing include --- diff --git a/openbox/debug.c b/openbox/debug.c index 5a976d0c..42644868 100644 --- a/openbox/debug.c +++ b/openbox/debug.c @@ -26,6 +26,10 @@ #include #include +#ifdef HAVE_UNISTD_H +# include +#endif + static gboolean enabled_types[OB_DEBUG_TYPE_NUM] = {FALSE}; static FILE *log_file = NULL; static guint rr_handler_id = 0;