]> 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 a2f2fda60df411faa901adb6c395a415c36896e5..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>
This page took 0.037656 seconds and 4 git commands to generate.