summaryrefslogtreecommitdiff
path: root/audio/libmpg123/patches/patch-aa
blob: a346248016df65ce511672700a4f41e19cac41ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aa,v 1.1.1.1 2008/09/07 00:56:15 bjs Exp $

--- src/output/esd.c.orig	2008-08-29 02:43:51.000000000 -0400
+++ src/output/esd.c
@@ -18,6 +18,12 @@
 #endif
 #include "debug.h"
 
+#ifdef NETBSD
+#include <sys/ioctl.h>
+#include <sys/audioio.h>
+#endif
+
+
 static unsigned esd_rate = 0, esd_format = 0, esd_channels = 0;