summaryrefslogtreecommitdiff
path: root/curses/innwstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'curses/innwstr.c')
-rw-r--r--curses/innwstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/curses/innwstr.c b/curses/innwstr.c
index 3518b6c..77b692c 100644
--- a/curses/innwstr.c
+++ b/curses/innwstr.c
@@ -1,5 +1,5 @@
-#include <curses.h>
#include "_curses.h"
+#include <curses.h>
int winnwstr(WINDOW * win, wchar_t * wstr, int n)
{