include var.h and lcmd.c only in some of the parser?.c
[unix-history] / usr / src / usr.bin / window / parser2.c
index 8ecaf76..0ce5a35 100644 (file)
@@ -1,8 +1,10 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)parser2.c   3.1 84/01/12";
+static char *sccsid = "@(#)parser2.c   3.2 84/01/13";
 #endif
 
 #include "parser.h"
 #endif
 
 #include "parser.h"
+#include "var.h"
+#include "lcmd.h"
 
 /*
  * name == 0 means we don't have a function name but
 
 /*
  * name == 0 means we don't have a function name but