blob: 288464e1f67e810d51cfbaea18b87d40352d2a3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1.1.1 1999/06/16 21:37:15 mjl Exp $
--- sci.c.orig Wed Jun 16 23:12:11 1999
+++ sci.c Wed Jun 16 23:12:23 1999
@@ -70,7 +70,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
-#include <curses.h>
+#include <ncurses.h>
#include <signal.h>
#include <unistd.h>
#include <ctype.h>
|