diff src/sysproc.h @ 369:1d62742628b6 r21-1-14

Import from CVS: tag r21-1-14
author cvs
date Mon, 13 Aug 2007 11:01:51 +0200
parents ca9a9ec9c1c1
children cc15677e0335
line wrap: on
line diff
--- a/src/sysproc.h	Mon Aug 13 11:01:11 2007 +0200
+++ b/src/sysproc.h	Mon Aug 13 11:01:51 2007 +0200
@@ -71,6 +71,14 @@
 #include <sys/select.h>
 #endif
 
+#ifdef HAVE_STROPTS_H
+#include <stropts.h>		/* isastream(), I_PUSH */
+#endif
+
+#ifdef HAVE_STRTIO_H
+#include <strtio.h>		/* TIOCSIGNAL */
+#endif
+
 #ifdef FD_SET
 
 /* We could get this from param.h, but better not to depend on finding that.