blob: bfa427af7a2955f0ef1c5dbd2940f0ab5fbc69e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ab,v 1.7 2004/06/02 20:28:59 jschauma Exp $
--- cam.h.orig 1996-10-21 14:08:08.000000000 -0400
+++ cam.h 2004-06-02 16:31:19.000000000 -0400
@@ -21,7 +21,8 @@
*/
#include <stdio.h>
-#include <ncurses.h>
+#include <string.h>
+#include <curses.h>
#include <signal.h>
#include <sys/soundcard.h>
#include <fcntl.h>
|