mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f34a81fd32
Broken by: billf Submitted by: jhb Apologies to: maintainer
14 lines
320 B
Plaintext
14 lines
320 B
Plaintext
--- delay.c.orig Mon Jan 24 00:13:12 2000
|
|
+++ delay.c Mon Jan 24 00:20:24 2000
|
|
@@ -24,8 +24,8 @@
|
|
#include <string.h>
|
|
#include "parsetime.h"
|
|
|
|
-#ifdef HAVE_CURSES_H
|
|
-#include <curses.h>
|
|
+#ifdef HAVE_NCURSES_H
|
|
+#include <ncurses.h>
|
|
#endif
|
|
|
|
/* The following code implements the actual delaying. If precise is true, it
|