summaryrefslogtreecommitdiff
path: root/audio/tfmxplay/patches/patch-ab
blob: 2b2c2eb8c8402119ec97f713db4906560578fb0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ab,v 1.1.1.1 2001/07/10 01:14:02 wiz Exp $

--- audio.c.orig	Mon Mar 12 21:10:49 2001
+++ audio.c
@@ -4,7 +4,11 @@
  * 13Mar2000
  */
 
+#ifdef __NetBSD__
+#include <soundcard.h>
+#else
 #include <linux/soundcard.h>
+#endif
 #include <sys/ioctl.h>
 #include <fcntl.h>
 #include <stdio.h>