fix for portability on systems with big uids. THIS CHANGES TEMP
[unix-history] / usr / src / usr.bin / ex / ex_cmds.c
index cad2130..ac4f821 100644 (file)
@@ -1,9 +1,10 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_cmds.c   7.1     %G%";
+static char *sccsid = "@(#)ex_cmds.c   7.3     %G%";
 #include "ex.h"
 #include "ex_argv.h"
 #include "ex_temp.h"
 #include "ex_tty.h"
 #include "ex.h"
 #include "ex_argv.h"
 #include "ex_temp.h"
 #include "ex_tty.h"
+#include "ex_vis.h"
 
 bool   pflag, nflag;
 int    poffset;
 
 bool   pflag, nflag;
 int    poffset;