mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 04:55:08 +00:00
13 lines
252 B
Diff
13 lines
252 B
Diff
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
|