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