diff options
Diffstat (limited to 'bin/csh/set.c')
-rw-r--r-- | bin/csh/set.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/csh/set.c b/bin/csh/set.c index 271a12c..c3745e6 100644 --- a/bin/csh/set.c +++ b/bin/csh/set.c @@ -36,10 +36,11 @@ static char sccsid[] = "@(#)set.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: set.c,v 1.8 1998/02/28 10:50:02 jraynard Exp $"; + "$Id: set.c,v 1.9 1998/05/06 06:51:04 charnier Exp $"; #endif #endif /* not lint */ +#include <sys/types.h> #if __STDC__ # include <stdarg.h> #else |