Merge branch 'stal888-patch-6'

This commit is contained in:
irungentoo 2014-08-20 12:41:24 -04:00
commit 86a4685eba
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -33,7 +33,11 @@
#include "../toxcore/tox.h"
#include "misc_tools.c"
#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
#include <util.h>
#else
#include <pty.h>
#endif
#include <unistd.h>
#include <fcntl.h>