summaryrefslogtreecommitdiff
path: root/Ports/cmatrix/patches/fix_include_header.patch
blob: fb4eb62d93c99adff1d50bfb00f1b80860d5d35d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cmatrix.c b/cmatrix.c
index d1f6b98..26d0648 100644
--- a/cmatrix.c
+++ b/cmatrix.c
@@ -48,7 +48,7 @@
 #ifdef HAVE_NCURSES_H
 #include <ncurses.h>
 #else
-#include <curses.h>
+#include <ncurses/curses.h>
 #endif
 
 #ifdef HAVE_SYS_IOCTL_H