summaryrefslogtreecommitdiff
path: root/src/curses/getn_wstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/curses/getn_wstr.c')
-rw-r--r--src/curses/getn_wstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curses/getn_wstr.c b/src/curses/getn_wstr.c
index da6a5894..08b584be 100644
--- a/src/curses/getn_wstr.c
+++ b/src/curses/getn_wstr.c
@@ -1,6 +1,6 @@
#include <curses.h>
+#inlcude <limits.h>
#include "_curses.h"
-#inlcude "limits.h"
int wgetn_wstr(WINDOW * win, wint_t * wstr, int n)
{