aboutsummaryrefslogtreecommitdiff
path: root/bin/csh/err.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1998-05-13 07:29:15 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1998-05-13 07:29:15 +0000
commit91ac0626125fbbb96b0e31773c94edeed4130301 (patch)
tree54a687ea39ccde66a20c6e80d787dab707b86af4 /bin/csh/err.c
parentbdb84463933a2349a4a6ae79440d587fc54804eb (diff)
Notes
Diffstat (limited to 'bin/csh/err.c')
-rw-r--r--bin/csh/err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/csh/err.c b/bin/csh/err.c
index 4419f7cfd37c..f1770fbebef1 100644
--- a/bin/csh/err.c
+++ b/bin/csh/err.c
@@ -36,10 +36,11 @@
static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
- "$Id: err.c,v 1.6 1997/10/07 16:33:22 eivind Exp $";
+ "$Id: err.c,v 1.7 1998/05/06 06:50:41 charnier Exp $";
#endif
#endif /* not lint */
+#include <sys/types.h>
#include <unistd.h>
#if __STDC__
# include <stdarg.h>