diff options
author | irungentoo <irungentoo@gmail.com> | 2014-08-24 11:44:37 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2014-08-24 11:44:37 -0400 |
commit | 1b82c2c12fcf1cd5d0b5b06b78b43bc05e266ce9 (patch) | |
tree | bd5635e293729e8b8d2722812a3b1c32df2f0649 /testing | |
parent | 841cbbf8c9db5e4c49f2fded44b3f367fd4d47e1 (diff) | |
parent | bc5daa5eff7aa706cf361ffdb380b68bbe699f56 (diff) |
Merge branch 'nurupo-tox-shell-fix'
Diffstat (limited to 'testing')
-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 |