mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f6d58e7b5d
marked as broken as it instals some stuff into the wrong places.
12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
--- 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>
|
|
|