available on some platforms (e.g. Linux), but sys/soundcard is always available since ossaudio.buildlink3.mk creates it.
13 lines
352 B
Text
13 lines
352 B
Text
$NetBSD: patch-ab,v 1.6 2004/05/19 06:09:25 minskim Exp $
|
|
|
|
--- Output/OSS/OSS.h.orig 2004-05-12 21:21:08.000000000 +0200
|
|
+++ Output/OSS/OSS.h 2004-05-12 21:21:26.000000000 +0200
|
|
@@ -37,7 +37,7 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
-#include "soundcard.h"
|
|
+#include <sys/soundcard.h>
|
|
|
|
#include "xmms/plugin.h"
|
|
#include "libxmms/configfile.h"
|