summaryrefslogtreecommitdiff
path: root/audio/cam/patches/patch-ab
blob: 3a41a924be7774a55918af88109da5689c80ac2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-ab,v 1.5 2000/09/30 17:24:50 hubertf Exp $

--- cam.h.orig	Mon Oct 21 20:08:08 1996
+++ cam.h
@@ -21,9 +21,19 @@
 */ 
  
 #include <stdio.h>
+#ifdef __NetBSD__
+#include <curses.h>
+#else
 #include <ncurses.h>
+#endif
 #include <signal.h>
+#if defined(__FreeBSD__)
+#include <machine/soundcard.h>
+#elif defined(__NetBSD__)
+#include <soundcard.h>
+#else
 #include <sys/soundcard.h> 
+#endif
 #include <fcntl.h>
 
 #include "sounds.h"