You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
299 B
13 lines
299 B
diff --git a/watch.c b/watch.c
|
|
index 0ba6b3f..96f525b 100644
|
|
--- a/watch.c
|
|
+++ b/watch.c
|
|
@@ -52,7 +52,7 @@
|
|
# define _XOPEN_SOURCE_EXTENDED 1
|
|
# include <wchar.h>
|
|
# include <wctype.h>
|
|
-# include <ncursesw/ncurses.h>
|
|
+# include <ncurses.h>
|
|
#else
|
|
# include <ncurses.h>
|
|
#endif /* WITH_WATCH8BIT */
|
|
|