machine/soundcard.h -> sys/soundcard.h; fixes build on -CURRENT

PR:		40839
Submitted by:	Jan Stocker <Jan.Stocker@t-online.de>
This commit is contained in:
Christian Weisgerber 2002-07-21 17:14:52 +00:00
parent bb8ced4841
commit 16806d782b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63320

View file

@ -1,6 +1,14 @@
--- xgal.sndsrv.freebsd.c.orig Wed Mar 31 11:48:40 1999
+++ xgal.sndsrv.freebsd.c Wed Mar 31 11:48:40 1999
@@ -19,13 +19,17 @@
--- xgal.sndsrv.freebsd.c.orig Sun Apr 12 08:03:21 1998
+++ xgal.sndsrv.freebsd.c Sun Jul 21 19:10:18 2002
@@ -12,20 +12,24 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#include <sys/time.h>
#include <signal.h>
#include <string.h>