mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
235 B
Plaintext
14 lines
235 B
Plaintext
$NetBSD: patch-af,v 1.1 2005/07/22 22:13:25 adam Exp $
|
|
|
|
--- nc.cc.orig 2005-07-22 20:07:52.000000000 +0000
|
|
+++ nc.cc
|
|
@@ -9,7 +9,7 @@
|
|
|
|
#include "nc.hh"
|
|
extern "C" {
|
|
-#include <ncurses.h>
|
|
+#include <curses.h>
|
|
}
|
|
|
|
#include <sstream>
|