X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/ffbc6a8dfa55ecc51b3352a8ea52b02fbfdd70ec..4df6491c77d191519a5bc3b20a86c9bd6c8078a0:/usr/src/bin/csh/set.c diff --git a/usr/src/bin/csh/set.c b/usr/src/bin/csh/set.c index d3c6678b79..fad8c7f03c 100644 --- a/usr/src/bin/csh/set.c +++ b/usr/src/bin/csh/set.c @@ -6,11 +6,17 @@ */ #ifndef lint -static char sccsid[] = "@(#)set.c 5.10 (Berkeley) %G%"; +static char sccsid[] = "@(#)set.c 5.11 (Berkeley) %G%"; #endif /* not lint */ #include #include +#if __STDC__ +# include +#else +# include +#endif + #include "csh.h" #include "extern.h"