summaryrefslogtreecommitdiff
path: root/audio/cam/patches/patch-ab
blob: f3e541a59108996d9fae3179581e9ac3b1f493b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.3 1998/08/07 10:35:54 agc Exp $

diff -u ../../work/cam-1.02/cam.h ./cam.h
--- ../../work/cam-1.02/cam.h	Wed Oct 29 18:59:27 1997
+++ ./cam.h	Wed Oct 29 18:43:33 1997
@@ -23,8 +23,10 @@
 #include <stdio.h>
 #include <ncurses.h>
 #include <signal.h>
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__)
 #include <machine/soundcard.h>
+#elif defined(__NetBSD__)
+#include <soundcard.h>
 #else
 #include <sys/soundcard.h> 
 #endif