diff options
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/client.c b/openbox/client.c index 2b9d5372..013836d1 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -41,6 +41,10 @@ #include "mouse.h" #include "render/render.h" +#ifdef HAVE_UNISTD_H +# include <unistd.h> +#endif + #include <glib.h> #include <X11/Xutil.h> |
