git-svn-id: svn://db.shs.com.ru/pip@347 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2017-04-13 08:17:42 +00:00
parent 8dcee8b1be
commit 631e0d4c3f
2 changed files with 11 additions and 3 deletions

View File

@@ -31,7 +31,11 @@
# if defined(QNX) || defined(BLACKBERRY)
# include <unix.h>
# else
# include <pty.h>
# ifdef MAC_OS
# include <util.h>
# else
# include <pty.h>
# endif
# endif
#endif