summaryrefslogtreecommitdiffstats
path: root/bin/csh/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/csh/parse.c')
-rw-r--r--bin/csh/parse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/csh/parse.c b/bin/csh/parse.c
index 5295394..c4bf182 100644
--- a/bin/csh/parse.c
+++ b/bin/csh/parse.c
@@ -36,10 +36,11 @@
static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
- "$Id: parse.c,v 1.6 1997/08/07 21:42:13 steve Exp $";
+ "$Id: parse.c,v 1.7 1998/05/06 06:50:56 charnier Exp $";
#endif
#endif /* not lint */
+#include <sys/types.h>
#include <string.h>
#if __STDC__
# include <stdarg.h>
OpenPOWER on IntegriCloud