aboutsummaryrefslogtreecommitdiff
path: root/std.c
diff options
context:
space:
mode:
Diffstat (limited to 'std.c')
-rw-r--r--std.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/std.c b/std.c
index be3f41a..4c28ae4 100644
--- a/std.c
+++ b/std.c
@@ -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>