diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/grab.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/grab.c b/test/grab.c index bcee9aa..0226e0a 100644 --- a/test/grab.c +++ b/test/grab.c @@ -2,6 +2,7 @@ #include <stdio.h> #include <stdlib.h> #include <signal.h> +#include <unistd.h> #include "uca.h" #define handle_error(errno) {if ((errno) != UCA_NO_ERROR) printf("error at <%s:%i>\n", \ |