From: Gildas Bazin Date: Thu, 9 Sep 2004 14:02:24 +0000 (+0000) Subject: * modules/control/gestures.c: compilation fix. X-Git-Tag: 0.8.0~442 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7b40798c48123d3849320598046b8daf45e62e21;p=vlc * modules/control/gestures.c: compilation fix. --- diff --git a/modules/control/gestures.c b/modules/control/gestures.c index 0fd5c1fdc7..eb4afd10e1 100644 --- a/modules/control/gestures.c +++ b/modules/control/gestures.c @@ -26,12 +26,15 @@ *****************************************************************************/ #include /* malloc(), free() */ #include -#include #include #include #include +#ifdef HAVE_UNISTD_H +# include +#endif + /***************************************************************************** * intf_sys_t: description and status of interface *****************************************************************************/