missing include
authorDana Jansens <danakj@orodu.net>
Sat, 2 Feb 2008 16:37:45 +0000 (11:37 -0500)
committerDana Jansens <danakj@orodu.net>
Sat, 2 Feb 2008 16:37:45 +0000 (11:37 -0500)
openbox/debug.c

index 5a976d0..4264486 100644 (file)
 #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;