Merge branch 'nurupo-tox-shell-fix'

This commit is contained in:
irungentoo 2014-08-24 11:44:37 -04:00
commit 1b82c2c12f
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -35,6 +35,8 @@
#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
#include <util.h>
#elif defined(__FreeBSD__)
#include <libutil.h>
#else
#include <pty.h>
#endif