From 5e680d7102ec540ca5859a87a82a2c8d93532518 Mon Sep 17 00:00:00 2001 From: Matthias-Christian Ott <ott@enolink.de> Date: Sun, 8 Jun 2008 21:18:49 +0200 Subject: [PATCH] add missing header file --- std.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/std.c b/std.c index be3f41a..4c28ae4 100644 --- a/std.c +++ b/std.c @@ -6,6 +6,9 @@ #include <ctype.h> #include <errno.h> #include <fcntl.h> +#if !(_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) +#include <pty.h> +#endif #include <signal.h> #include <stdarg.h> #include <stdio.h> -- 2.20.1