summaryrefslogtreecommitdiff
path: root/curses/in_wchstr.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-13 20:44:51 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-13 20:44:51 -0400
commit61a6d4d6496f8dd9ce117c9f0d7c3dc3e67bb220 (patch)
tree65c68bb8f73796db9c381763909162d065f51de3 /curses/in_wchstr.c
parent747e7a9be2a3aa6081f7819a5bafe6f87147d48e (diff)
fix compilation errors
Diffstat (limited to 'curses/in_wchstr.c')
-rw-r--r--curses/in_wchstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/curses/in_wchstr.c b/curses/in_wchstr.c
index 4f81266..fae5c84 100644
--- a/curses/in_wchstr.c
+++ b/curses/in_wchstr.c
@@ -1,5 +1,5 @@
-#include <curses.h>
#include "_curses.h"
+#include <curses.h>
int win_wchstr(WINDOW * win, cchar_t * wcstr)
{