missing include
This commit is contained in:
parent
0dc7eca4cd
commit
464e4c59cb
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue