error: depend on stdio
[gnulib.git] / tests / test-accept.c
index 2dec5b0..2af98af 100644 (file)
@@ -23,6 +23,7 @@ SIGNATURE_CHECK (accept, int, (int, struct sockaddr *, socklen_t *));
 
 #include <errno.h>
 #include <netinet/in.h>
+#include <unistd.h>
 
 #include "sockets.h"
 #include "macros.h"