1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:37:34 +00:00

Ports: Added a cmatrix port

This commit is contained in:
Manuel Palenzuela 2021-04-03 16:38:52 +02:00 committed by Andreas Kling
parent 5c67b2cb8f
commit d09cd85b6c
4 changed files with 57 additions and 0 deletions

View file

@ -0,0 +1,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