From: Matthias-Christian Ott Date: Sun, 8 Jun 2008 19:18:49 +0000 (+0200) Subject: add missing header file X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=commitdiff_plain;h=5e680d7102ec540ca5859a87a82a2c8d93532518 add missing header file --- diff --git a/std.c b/std.c index be3f41a..4c28ae4 100644 --- a/std.c +++ b/std.c @@ -6,6 +6,9 @@ #include #include #include +#if !(_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) +#include +#endif #include #include #include