quotearg: don't attempt to store 1 << 31 into an "int"
[gnulib.git] / tests / test-shutdown.c
index ae20706..781577d 100644 (file)
@@ -22,6 +22,7 @@
 SIGNATURE_CHECK (shutdown, int, (int, int));
 
 #include <errno.h>
+#include <unistd.h>
 
 #include "sockets.h"
 #include "macros.h"