summaryrefslogtreecommitdiff
path: root/testing/tox_shell.c
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2014-08-23 23:17:53 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2014-08-23 23:20:00 -0400
commitbc5daa5eff7aa706cf361ffdb380b68bbe699f56 (patch)
treebd5635e293729e8b8d2722812a3b1c32df2f0649 /testing/tox_shell.c
parent841cbbf8c9db5e4c49f2fded44b3f367fd4d47e1 (diff)
Added FreeBSD include
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