summaryrefslogtreecommitdiff
path: root/textproc/nbsed/files/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/nbsed/files/process.c')
-rw-r--r--textproc/nbsed/files/process.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/nbsed/files/process.c b/textproc/nbsed/files/process.c
index bac6742c666..3ade9682583 100644
--- a/textproc/nbsed/files/process.c
+++ b/textproc/nbsed/files/process.c
@@ -1,4 +1,4 @@
-/* $NetBSD: process.c,v 1.7 2004/08/21 08:39:54 jlam Exp $ */
+/* $NetBSD: process.c,v 1.8 2004/08/22 05:51:55 jlam Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@@ -78,7 +78,7 @@
#if 0
static char sccsid[] = "@(#)process.c 8.6 (Berkeley) 4/20/94";
#else
-__RCSID("$NetBSD: process.c,v 1.7 2004/08/21 08:39:54 jlam Exp $");
+__RCSID("$NetBSD: process.c,v 1.8 2004/08/22 05:51:55 jlam Exp $");
#endif
#endif /* not lint */
@@ -119,6 +119,9 @@ __RCSID("$NetBSD: process.c,v 1.7 2004/08/21 08:39:54 jlam Exp $");
#if HAVE_STRING_H
#include <string.h>
#endif
+#if HAVE_TERMIOS_H
+#include <termios.h>
+#endif
#if HAVE_UNISTD_H
#include <unistd.h>
#endif