blob: d9dd605804b7d37e847e2684da1527bc09e58dd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- sound.cc.orig Thu Sep 2 00:10:03 1999
+++ sound.cc Thu Oct 12 14:49:31 2000
@@ -26,7 +26,11 @@
#include <fcntl.h>
#include <sys/ioctl.h>
#ifndef NOSOUND
+#ifdef __FreeBSD__
+#include <machine/soundcard.h>
+#else
#include <linux/soundcard.h>
+#endif
#endif
#ifdef RCSID
|