diff options
Diffstat (limited to 'std.c')
| -rw-r--r-- | std.c | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -6,6 +6,9 @@ | |||
| 6 | #include <ctype.h> | 6 | #include <ctype.h> |
| 7 | #include <errno.h> | 7 | #include <errno.h> |
| 8 | #include <fcntl.h> | 8 | #include <fcntl.h> |
| 9 | #if !(_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) | ||
| 10 | #include <pty.h> | ||
| 11 | #endif | ||
| 9 | #include <signal.h> | 12 | #include <signal.h> |
| 10 | #include <stdarg.h> | 13 | #include <stdarg.h> |
| 11 | #include <stdio.h> | 14 | #include <stdio.h> |
