1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/math/siag/files/patch-ac

12 lines
260 B
Plaintext
Raw Normal View History

--- tsiag/window.c.orig Sun Mar 7 11:07:53 1999
+++ tsiag/window.c Sun Mar 7 11:07:57 1999
@@ -27,7 +27,7 @@
#include <string.h>
#include <stdlib.h>
#include <signal.h>
-#include <curses.h>
+#include <ncurses.h>
#include <unistd.h>
#include <ctype.h>
1998-02-28 03:38:33 +00:00