aports/community/ax25-apps/fix-include-ncurses.patch
2023-10-25 13:52:23 +00:00

12 lines
306 B
Diff

--- a/call/call.c 2019-03-20 16:48:59.000000000 +0000
+++ b/call/call.c 2023-09-13 13:37:22.129754588 +0000
@@ -42,7 +42,7 @@
#include <unistd.h>
#include <wchar.h>
#include <wctype.h>
-#include <ncursesw/ncurses.h>
+#include <ncurses.h>
#include <locale.h>
#include <iconv.h>
#include <sys/ioctl.h>