summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testing/tox_shell.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/tox_shell.c b/testing/tox_shell.c
index c80c20b8..dc7f19b9 100644
--- a/testing/tox_shell.c
+++ b/testing/tox_shell.c
@@ -33,7 +33,11 @@
33#include "../toxcore/tox.h" 33#include "../toxcore/tox.h"
34#include "misc_tools.c" 34#include "misc_tools.c"
35 35
36#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
37#include <util.h>
38#else
36#include <pty.h> 39#include <pty.h>
40#endif
37#include <unistd.h> 41#include <unistd.h>
38#include <fcntl.h> 42#include <fcntl.h>
39 43