Introduction
Introduction Statistics Contact Development Disclaimer Help
tadd missing header file - st - [fork] customized build of st, the simple termi…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 5e680d7102ec540ca5859a87a82a2c8d93532518
parent dc01596e6d7b81d52b805a3e8c16e47228325540
Author: Matthias-Christian Ott <[email protected]>
Date: Sun, 8 Jun 2008 21:18:49 +0200
add missing header file
Diffstat:
M std.c | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/std.c b/std.c
t@@ -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>
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.