add missing header file

This commit is contained in:
Matthias-Christian Ott 2008-06-08 21:18:49 +02:00
parent dc01596e6d
commit 5e680d7102
1 changed files with 3 additions and 0 deletions

3
std.c
View File

@ -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>