blob: 50100e00d26dec880689b0122950558511a0a95c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.6 2004/03/31 10:40:29 minskim Exp $
--- cam.h.orig 1996-10-21 13:08:08.000000000 -0500
+++ cam.h
@@ -21,7 +21,7 @@
*/
#include <stdio.h>
-#include <ncurses.h>
+#include <curses.h>
#include <signal.h>
#include <sys/soundcard.h>
#include <fcntl.h>
|