autoupdate
[gnulib.git] / tests / test-setsockopt.c
index 824d46c..323b8e7 100644 (file)
@@ -22,6 +22,7 @@
 SIGNATURE_CHECK (setsockopt, int, (int, int, int, const void *, socklen_t));
 
 #include <errno.h>
+#include <unistd.h>
 
 #include "sockets.h"
 #include "macros.h"