summaryrefslogtreecommitdiff
path: root/pr/tests/sel_spd.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/sel_spd.c')
-rw-r--r--pr/tests/sel_spd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pr/tests/sel_spd.c b/pr/tests/sel_spd.c
index bb908244..6e3f66fe 100644
--- a/pr/tests/sel_spd.c
+++ b/pr/tests/sel_spd.c
@@ -16,6 +16,10 @@
#include <errno.h>
#include <string.h>
+#if defined(XP_UNIX)
+#include <unistd.h>
+#endif
+
#ifdef DEBUG
#define PORT_INC_DO +100
#else