X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/dfddba3d7e01aaef75b0f84b9f3c53f34e2504c9..255d7550082d59ec8f69f57b122d8fcfe179f4f9:/openssh/openbsd-compat/bsd-openpty.c diff --git a/openssh/openbsd-compat/bsd-openpty.c b/openssh/openbsd-compat/bsd-openpty.c index 8eb62b7..9777eb5 100644 --- a/openssh/openbsd-compat/bsd-openpty.c +++ b/openssh/openbsd-compat/bsd-openpty.c @@ -35,6 +35,21 @@ #include "includes.h" #if !defined(HAVE_OPENPTY) +#include + +#include + +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef HAVE_SYS_IOCTL_H +# include +#endif + +#ifdef HAVE_FCNTL_H +# include +#endif + #ifdef HAVE_UTIL_H # include #endif /* HAVE_UTIL_H */ @@ -46,6 +61,10 @@ # include #endif +#include +#include +#include + #ifndef O_NOCTTY #define O_NOCTTY 0 #endif