summaryrefslogtreecommitdiff
path: root/audio/wavplay/files/patch-ab
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-06-07 02:21:52 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-06-07 02:21:52 +0000
commit0467aae499c92d2291845dfda27e5622a727a993 (patch)
tree34ed02ae681900dda940f9ba00d20f84e185a83b /audio/wavplay/files/patch-ab
parentRespect NOPORTDOCS (diff)
machine/soundcard.h -> sys/soundcard.h
Submitted by: bento
Diffstat (limited to 'audio/wavplay/files/patch-ab')
-rw-r--r--audio/wavplay/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/wavplay/files/patch-ab b/audio/wavplay/files/patch-ab
index b466b295b3d4..4985e3bdf967 100644
--- a/audio/wavplay/files/patch-ab
+++ b/audio/wavplay/files/patch-ab
@@ -21,7 +21,7 @@
+ #ifndef FREEBSD
#include <linux/soundcard.h>
+ #else
-+ #include <machine/soundcard.h>
++ #include <sys/soundcard.h>
+ #endif
#include "wavplay.h"
#include "client.h"