]> andersk Git - openssh.git/blobdiff - openbsd-compat/bsd-openpty.c
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / openbsd-compat / bsd-openpty.c
index 0b77a1da9a593c5a2ed11b9e111298d3b4c5dd62..9777eb556d2d80c96bd2b51bf18fc9551679aa08 100644 (file)
 
 #include <sys/types.h>
 
+#include <stdlib.h>
+
 #ifdef HAVE_SYS_STAT_H
 # include <sys/stat.h>
 #endif
+#ifdef HAVE_SYS_IOCTL_H
+# include <sys/ioctl.h>
+#endif
 
 #ifdef HAVE_FCNTL_H
 # include <fcntl.h>
@@ -57,6 +62,8 @@
 #endif
 
 #include <signal.h>
+#include <string.h>
+#include <unistd.h>
 
 #ifndef O_NOCTTY
 #define O_NOCTTY 0
This page took 0.035474 seconds and 4 git commands to generate.