# HG changeset patch
# User Markus Bröker <mbroeker@largo.dyndns.tv>
# Date 1267823799 -3600
# Node ID 17dff2c6fc88baf8b46a5f7982a57b3657099b91
# Parent  5f3a34ba6489d807cf962003acf3977717da4032
wrong header: it's just ncurses.h

committer: Markus Bröker <mbroeker@largo.homelinux.org>

diff --git a/ncurses.c b/ncurses.c
--- a/ncurses.c
+++ b/ncurses.c
@@ -11,7 +11,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <fcntl.h>
-#include <ncursesw/curses.h>
+#include <ncurses.h>
 #include <wchar.h>
 #include <locale.h>