diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:19:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:19:31 +0000 |
commit | 36f5c5852b2b6725dada4a8d07f8403440b6ba4e (patch) | |
tree | cf319d5a5fa0d9c2b4bef9a95cff79920d99ff01 /audio | |
parent | Bump PORTREVISION so we know which version compiles on the Alpha. (diff) |
#include sys/systm.h for the splXXX definitions.
PR: 24478
Submitted by: Nickolay Dudorov <nnd@mail.nsk.ru>
Notes
Notes:
svn path=/head/; revision=38746
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aureal-kmod/files/patch-au88x0.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/aureal-kmod/files/patch-au88x0.c b/audio/aureal-kmod/files/patch-au88x0.c index 8c5b59f1c707..4612ffc0c489 100644 --- a/audio/aureal-kmod/files/patch-au88x0.c +++ b/audio/aureal-kmod/files/patch-au88x0.c @@ -3,12 +3,13 @@ $FreeBSD$ --- au88x0.c.orig Mon Jan 15 18:44:49 2001 +++ au88x0.c Mon Jan 15 18:44:49 2001 -@@ -32,7 +32,7 @@ +@@ -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> |