diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1997-06-25 08:14:24 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1997-06-25 08:14:24 +0000 |
| commit | bd5176cb385550bc8bb4232c161461a65e01cd2a (patch) | |
| tree | 08bd8954bc4eff60db9bbe355be2552a864a8dc8 /lib/libedit/refresh.c | |
| parent | 4ce2d5b5b5d9e52ad9764b19377886701920739f (diff) | |
Notes
Diffstat (limited to 'lib/libedit/refresh.c')
| -rw-r--r-- | lib/libedit/refresh.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libedit/refresh.c b/lib/libedit/refresh.c index 6fc8a562b6f5..46dbe8b19cb7 100644 --- a/lib/libedit/refresh.c +++ b/lib/libedit/refresh.c @@ -43,6 +43,7 @@ static char sccsid[] = "@(#)refresh.c 8.1 (Berkeley) 6/4/93"; */ #include "sys.h" #include <stdio.h> +#include <ctype.h> #include <unistd.h> #include <string.h> @@ -865,7 +866,7 @@ re_refresh_cursor(el) EditLine *el; { char *cp; - int c; + int c; int h, v, th; /* first we must find where the cursor is... */ |
