diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-02 11:37:45 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-02 11:37:45 -0500 |
| commit | 464e4c59cba073a7e8648fe587487c775708f0d7 (patch) | |
| tree | 21c2bf2d32f172b286e48b6064406ed0fb5750eb /openbox/debug.c | |
| parent | 0dc7eca4cdfff6425e19a0bace0f9ae8834d04e8 (diff) | |
missing include
Diffstat (limited to 'openbox/debug.c')
| -rw-r--r-- | openbox/debug.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <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; |
