1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/siag/files/patch-af

12 lines
294 B
Plaintext
Raw Normal View History

1998-07-06 17:41:18 +00:00
--- tsiag/tsiag.c.orig Tue Jul 7 01:39:41 1998
+++ tsiag/tsiag.c Tue Jul 7 01:39:54 1998
1998-02-28 03:38:33 +00:00
@@ -2,7 +2,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <curses.h>
+#include <ncurses.h>
#include "../siod/siod.h"
#include "../siag/types.h"
#include "../siag/calc.h"