summaryrefslogtreecommitdiff
path: root/pr/tests/tmocon.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/tmocon.c')
-rw-r--r--pr/tests/tmocon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/tests/tmocon.c b/pr/tests/tmocon.c
index 48a72f67..24cb05f3 100644
--- a/pr/tests/tmocon.c
+++ b/pr/tests/tmocon.c
@@ -34,7 +34,7 @@
#include <string.h>
/* for getcwd */
-#if defined(XP_UNIX) || defined (XP_OS2) || defined(XP_BEOS)
+#if defined(XP_UNIX) || defined (XP_OS2)
#include <unistd.h>
#elif defined(XP_PC)
#include <direct.h>