1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/news/bgrab/files/patch-ac

11 lines
225 B
Plaintext
Raw Normal View History

diff -u -N ./screen.h ../bgrab/screen.h
--- ./screen.h Sun Jan 24 03:24:50 1999
+++ ../bgrab/screen.h Tue Jul 27 10:38:40 1999
@@ -1,5 +1,5 @@
extern "C" {
-#include <curses.h>
+#include <ncurses.h>
#include <stdio.h>
}