More prototype fixes, Removed TERMIOS define
[unix-history] / usr / src / bin / csh / init.c
index b8e96ed..7c707cf 100644 (file)
@@ -6,9 +6,15 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)init.c     5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)init.c     5.11 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
+#if __STDC__
+# include <stdarg.h>
+#else
+# include <varargs.h>
+#endif
+
 #include "csh.h"
 #include "extern.h"
 
 #include "csh.h"
 #include "extern.h"