diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-01 12:39:40 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-01 12:39:40 +0000 |
commit | 5a91746b80fd41b9915574d8514f1d40e9cfd1b6 (patch) | |
tree | 8142242b120e88a93f697f0cc8cd31b466730427 /tests/libtest | |
parent | fdc091a8573d0c3aa260738384e5d9dbb31a38df (diff) |
David McCreedy's "TPF-platform specific changes to various files" patch
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/libtest/test.h b/tests/libtest/test.h index b4541c6c4..c66fd61d7 100644 --- a/tests/libtest/test.h +++ b/tests/libtest/test.h @@ -33,6 +33,10 @@ #include <unistd.h> #endif +#ifdef TPF +# include "select.h" +#endif + #define TEST_ERR_MAJOR_BAD 100 #define TEST_ERR_RUNS_FOREVER 99 |