Fix forkpty() for FreeBSD 10.
This commit is contained in:
@@ -50,6 +50,8 @@
|
|||||||
#include <pty.h>
|
#include <pty.h>
|
||||||
#elif HAVE_UTIL_H
|
#elif HAVE_UTIL_H
|
||||||
#include <util.h>
|
#include <util.h>
|
||||||
|
#elif HAVE_LIBUTIL_H
|
||||||
|
#include <libutil.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "parser.h"
|
#include "parser.h"
|
||||||
|
|||||||
@@ -56,6 +56,8 @@
|
|||||||
#include <pty.h>
|
#include <pty.h>
|
||||||
#elif HAVE_UTIL_H
|
#elif HAVE_UTIL_H
|
||||||
#include <util.h>
|
#include <util.h>
|
||||||
|
#elif HAVE_LIBUTIL_H
|
||||||
|
#include <libutil.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "parser.h"
|
#include "parser.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user