blob: 043ae956961f66909e96067852036a5ad6eea211 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ap,v 1.1 2003/10/18 11:27:11 grant Exp $
--- audio_oss.c.orig 1998-02-01 01:14:08.000000000 +1100
+++ audio_oss.c
@@ -28,7 +28,7 @@ extern int outburst;
#include <sys/ioctl.h>
#ifdef LINUX
#include <linux/soundcard.h>
-#elif defined(__bsdi__)
+#elif defined(__bsdi__) || defined(__FreeBSD__)
#include <sys/soundcard.h>
#else
#include <machine/soundcard.h>
|