summaryrefslogtreecommitdiff
path: root/test/abts.h
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2007-10-09 10:30:06 +0000
committerJoe Orton <jorton@apache.org>2007-10-09 10:30:06 +0000
commit0057ca1f18b5cd7a476407ec786641d994edffa3 (patch)
tree1207a5f5b07a4466e68234f60f5166f10bc9a2b6 /test/abts.h
parente86ed1e70c77cfb49d9438ea1a743a895d89e416 (diff)
downloadapr-0057ca1f18b5cd7a476407ec786641d994edffa3.tar.gz
* test/abts.h: Fix non-Win32 build.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@583098 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/abts.h')
-rw-r--r--test/abts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/abts.h b/test/abts.h
index 27bed8a7f..0cbf572a6 100644
--- a/test/abts.h
+++ b/test/abts.h
@@ -21,7 +21,11 @@ extern "C" {
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#ifdef WIN32
#include <io.h>
+#else
+#include <unistd.h>
+#endif
#ifndef ABTS_H
#define ABTS_H