diff options
-rw-r--r-- | testing/tox_shell.c | 2 |
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 |