diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-06 20:19:26 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-06 20:19:26 +0000 |
commit | 9b69d88557d780dd96b90dad1208e71f14ae4ed1 (patch) | |
tree | a1327489de139155684b2a5e6efae2bf573a320e /usr.bin/vi/cl/cl_term.c | |
parent | ab2a49abcd3f84660d7157d8ada37cc67c3db0b2 (diff) |
add missing reference to infocmp
Diffstat (limited to 'usr.bin/vi/cl/cl_term.c')
-rw-r--r-- | usr.bin/vi/cl/cl_term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vi/cl/cl_term.c b/usr.bin/vi/cl/cl_term.c index 7d7661f870f..6fa2cce613e 100644 --- a/usr.bin/vi/cl/cl_term.c +++ b/usr.bin/vi/cl/cl_term.c @@ -19,9 +19,9 @@ static const char sccsid[] = "@(#)cl_term.c 10.22 (Berkeley) 9/15/96"; #include <sys/stat.h> #include <bitstring.h> +#include <curses.h> #include <errno.h> #include <limits.h> -#include <curses.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> |