X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fdebug.c;h=42644868ca78619416f678c257c8ea05458aa85a;hb=163950b23bf796a39870044417ca54d667b6b470;hp=5a976d0c1910b3c5c634eee336d20d57e7758789;hpb=0dc7eca4cdfff6425e19a0bace0f9ae8834d04e8;p=chaz%2Fopenbox 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;