summaryrefslogtreecommitdiff
path: root/curses/inchnstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'curses/inchnstr.c')
-rw-r--r--curses/inchnstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/curses/inchnstr.c b/curses/inchnstr.c
index a674041..b38def2 100644
--- a/curses/inchnstr.c
+++ b/curses/inchnstr.c
@@ -1,5 +1,5 @@
-#include <curses.h>
#include "_curses.h"
+#include <curses.h>
int winchnstr(WINDOW * win, chtype * chstr, int n)
{