summaryrefslogtreecommitdiff
path: root/tests/test-shutdown.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-01-22 17:40:36 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2013-01-22 17:40:54 -0800
commit9feb36ba1ebe07be10c9429bc6ede269d9828ed2 (patch)
treea28f013c3e83ee59f862245e5fa06e0407228ea1 /tests/test-shutdown.c
parent10302c2e3cd5a04446a4c9fb4ece0beceed30373 (diff)
downloadgnulib-9feb36ba1ebe07be10c9429bc6ede269d9828ed2.tar.gz
Fix typo in previous change, by including <unistd.h>.
Diffstat (limited to 'tests/test-shutdown.c')
-rw-r--r--tests/test-shutdown.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-shutdown.c b/tests/test-shutdown.c
index ae20706b21..781577d84d 100644
--- a/tests/test-shutdown.c
+++ b/tests/test-shutdown.c
@@ -22,6 +22,7 @@
SIGNATURE_CHECK (shutdown, int, (int, int));
#include <errno.h>
+#include <unistd.h>
#include "sockets.h"
#include "macros.h"