missing include

This commit is contained in:
Dana Jansens 2008-02-02 11:37:45 -05:00
parent 0dc7eca4cd
commit 464e4c59cb

View file

@ -26,6 +26,10 @@
#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;