summaryrefslogtreecommitdiff
path: root/audio/cam/patches/patch-ab
blob: 7d95efaf00f1915a4ab248d116aa607b871c917c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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