From 7b40798c48123d3849320598046b8daf45e62e21 Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Thu, 9 Sep 2004 14:02:24 +0000 Subject: [PATCH] * modules/control/gestures.c: compilation fix. --- modules/control/gestures.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 *****************************************************************************/ -- 2.39.5