diff options
| -rw-r--r-- | tests/testsuite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c index c0f26b6..5e25dad 100644 --- a/tests/testsuite.c +++ b/tests/testsuite.c @@ -9,6 +9,7 @@ #include <errno.h> #include <stdlib.h> #include <stdio.h> +#include <unistd.h> static void setup(void **state) { |
