blob: db2ba6a28be49d24d6d6b1315ce3c51c18f04ae6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.5 2004/05/19 06:09:25 minskim Exp $
--- Output/esd/mixer.c.orig 2004-05-17 15:21:52.000000000 -0700
+++ Output/esd/mixer.c 2004-05-17 15:21:58.000000000 -0700
@@ -24,7 +24,7 @@
#include <sys/ioctl.h>
#ifdef HAVE_OSS
-# include <Output/OSS/soundcard.h>
+# include <sys/soundcard.h>
# define OSS_AVAILABLE TRUE
#else
# define OSS_AVAILABLE FALSE
|