diff options
author | 1997-11-26 04:01:02 +0000 | |
---|---|---|
committer | 1997-11-26 04:01:02 +0000 | |
commit | 010b00ebb3f4bdd576ec41ca1d5d0a8994e8fe5b (patch) | |
tree | 5ee5e7213ad9b412a927de7effdcb7c8ce4b489e /lib/libcurses/lib_resize.c | |
parent | libform from ncurses 4.1. Post 4.1 patches to be applied in a separate commit. (diff) | |
download | wireguard-openbsd-010b00ebb3f4bdd576ec41ca1d5d0a8994e8fe5b.tar.xz wireguard-openbsd-010b00ebb3f4bdd576ec41ca1d5d0a8994e8fe5b.zip |
ncurses 4.1 + changes to work with our terminfo libs (instead of
the ncurses ones). Changes are #ifdef EXTERN_TERMINFO.
Post 4.1 patches will be applied in a separate commit.
Diffstat (limited to 'lib/libcurses/lib_resize.c')
-rw-r--r-- | lib/libcurses/lib_resize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcurses/lib_resize.c b/lib/libcurses/lib_resize.c index b1052f042d4..be2f199d78b 100644 --- a/lib/libcurses/lib_resize.c +++ b/lib/libcurses/lib_resize.c @@ -23,7 +23,7 @@ * Note: This code is not part of the SVr4/XSI Curses API! */ -#include "curses.priv.h" +#include <curses.priv.h> #include <stdlib.h> int wresize(WINDOW *win, int new_lines, int new_cols) |