diff options
| -rw-r--r-- | pty.c | 1 | ||||
| -rw-r--r-- | std.c | 1 |
2 files changed, 2 insertions, 0 deletions
| @@ -1,3 +1,4 @@ | |||
| 1 | /* See LICENSE file for copyright and license details. */ | ||
| 1 | #include <sys/types.h> | 2 | #include <sys/types.h> |
| 2 | #include <sys/stat.h> | 3 | #include <sys/stat.h> |
| 3 | #include <fcntl.h> | 4 | #include <fcntl.h> |
| @@ -1,3 +1,4 @@ | |||
| 1 | /* See LICENSE file for copyright and license details. */ | ||
| 1 | #include <sys/ioctl.h> | 2 | #include <sys/ioctl.h> |
| 2 | #include <sys/select.h> | 3 | #include <sys/select.h> |
| 3 | #include <sys/stat.h> | 4 | #include <sys/stat.h> |
