Fix forkpty() for FreeBSD 10.

This commit is contained in:
john hood
2014-09-21 23:40:39 -04:00
committed by John Hood
parent 30c09b4613
commit 060061aa21
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -50,6 +50,8 @@
#include <pty.h>
#elif HAVE_UTIL_H
#include <util.h>
#elif HAVE_LIBUTIL_H
#include <libutil.h>
#endif
#include "parser.h"