1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/audio/aureal-kmod/files/patch-au88x0.c
Steve Price 36f5c5852b #include sys/systm.h for the splXXX definitions.
PR:		24478
Submitted by:	Nickolay Dudorov <nnd@mail.nsk.ru>
2001-02-26 04:19:31 +00:00

16 lines
284 B
C

$FreeBSD$
--- au88x0.c.orig Mon Jan 15 18:44:49 2001
+++ au88x0.c Mon Jan 15 18:44:49 2001
@@ -32,7 +32,8 @@
*/
#include <dev/sound/pcm/sound.h>
-#include <dev/sound/pci/au88x0.h>
+#include "au88x0.h"
+#include <sys/systm.h>
#include <pci/pcireg.h>
#include <pci/pcivar.h>