summaryrefslogtreecommitdiffstats
path: root/bin/csh/err.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-05-13 07:29:15 +0000
committercharnier <charnier@FreeBSD.org>1998-05-13 07:29:15 +0000
commitbf2e3ba402567370729f4ff57dbee5c4696f614e (patch)
tree3143932ae0b9740bd5a1a386e50b2b845d01399a /bin/csh/err.c
parentcad4243e61d8cc4b260542d34dac63f5752fe2d7 (diff)
downloadFreeBSD-src-bf2e3ba402567370729f4ff57dbee5c4696f614e.zip
FreeBSD-src-bf2e3ba402567370729f4ff57dbee5c4696f614e.tar.gz
Restore include of sys/types.h and sys/param.h.
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 4419f7c..f1770fb 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>
OpenPOWER on IntegriCloud