From 053903c00d310b5e4609b480c6841be9a9c12c7c Mon Sep 17 00:00:00 2001 From: Anthony Howe Date: Mon, 8 Jun 2026 14:44:52 -0400 Subject: [PATCH] Fix 2025/jhshrvdp to include curses.h instead of ncurses.h; Ncurses supports curses.h as an alternative name and for backwards compatibility. --- 2025/jhshrvdp/prog.c | 2 +- 2025/jhshrvdp/prog.orig.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2025/jhshrvdp/prog.c b/2025/jhshrvdp/prog.c index 8e07d0537c..d525de067c 100644 --- a/2025/jhshrvdp/prog.c +++ b/2025/jhshrvdp/prog.c @@ -2,7 +2,7 @@ #define m 1920 #include #include - # include + # include #define J for(i=l;i #include - # include + # include #define J for(i=l;i