From f34a81fd320599ab34976312463e7021de4a189b Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Tue, 25 Jan 2000 01:32:42 +0000 Subject: Patches to fix curses use in -STABLE. Broken by: billf Submitted by: jhb Apologies to: maintainer --- misc/delay/files/patch-ac | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 misc/delay/files/patch-ac (limited to 'misc/delay/files/patch-ac') diff --git a/misc/delay/files/patch-ac b/misc/delay/files/patch-ac new file mode 100644 index 000000000000..ba02a030082c --- /dev/null +++ b/misc/delay/files/patch-ac @@ -0,0 +1,13 @@ +--- delay.c.orig Mon Jan 24 00:13:12 2000 ++++ delay.c Mon Jan 24 00:20:24 2000 +@@ -24,8 +24,8 @@ + #include + #include "parsetime.h" + +-#ifdef HAVE_CURSES_H +-#include ++#ifdef HAVE_NCURSES_H ++#include + #endif + + /* The following code implements the actual delaying. If precise is true, it -- cgit v1.2.3