Signed-off-by: geraldo netto <[email protected]> --- tests/tst-pthread.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/tests/tst-pthread.c b/tests/tst-pthread.c index 066fff79..44854313 100644 --- a/tests/tst-pthread.c +++ b/tests/tst-pthread.c @@ -5,6 +5,7 @@ * BSD license as described in the LICENSE file in the top-level directory. */ +#include <unistd.h> #include <pthread.h> #include <stdio.h> #include <stdbool.h> -- 2.17.1 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
