diff options
Diffstat (limited to 'curses/inwstr.c')
| -rw-r--r-- | curses/inwstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curses/inwstr.c b/curses/inwstr.c index 5128093..0958768 100644 --- a/curses/inwstr.c +++ b/curses/inwstr.c @@ -1,5 +1,5 @@ -#include <curses.h> #include "_curses.h" +#include <curses.h> int winwstr(WINDOW * win, wchar_t * wstr) { |
