summaryrefslogtreecommitdiff
path: root/testing/tox_shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tox_shell.c')
-rw-r--r--testing/tox_shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/tox_shell.c b/testing/tox_shell.c
index dc7f19b9..738d8616 100644
--- a/testing/tox_shell.c
+++ b/testing/tox_shell.c
@@ -35,6 +35,8 @@
35 35
36#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) 36#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
37#include <util.h> 37#include <util.h>
38#elif defined(__FreeBSD__)
39#include <libutil.h>
38#else 40#else
39#include <pty.h> 41#include <pty.h>
40#endif 42#endif