mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
18 lines
337 B
Plaintext
18 lines
337 B
Plaintext
$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;
|
|
|
|
|