diff options
| author | Jakob Kaivo <jkk@ung.org> | 2022-04-13 20:44:51 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2022-04-13 20:44:51 -0400 |
| commit | 61a6d4d6496f8dd9ce117c9f0d7c3dc3e67bb220 (patch) | |
| tree | 65c68bb8f73796db9c381763909162d065f51de3 /curses/in_wchstr.c | |
| parent | 747e7a9be2a3aa6081f7819a5bafe6f87147d48e (diff) | |
fix compilation errors
Diffstat (limited to 'curses/in_wchstr.c')
| -rw-r--r-- | curses/in_wchstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curses/in_wchstr.c b/curses/in_wchstr.c index 4f81266..fae5c84 100644 --- a/curses/in_wchstr.c +++ b/curses/in_wchstr.c @@ -1,5 +1,5 @@ -#include <curses.h> #include "_curses.h" +#include <curses.h> int win_wchstr(WINDOW * win, cchar_t * wcstr) { |
