summaryrefslogtreecommitdiff
path: root/curses/inwstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'curses/inwstr.c')
-rw-r--r--curses/inwstr.c2
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)
{