diff options
| author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 02:21:52 +0000 |
|---|---|---|
| committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 02:21:52 +0000 |
| commit | 0467aae499c92d2291845dfda27e5622a727a993 (patch) | |
| tree | 34ed02ae681900dda940f9ba00d20f84e185a83b /audio/wavplay/files/patch-af | |
| parent | Respect NOPORTDOCS (diff) | |
machine/soundcard.h -> sys/soundcard.h
Submitted by: bento
Diffstat (limited to 'audio/wavplay/files/patch-af')
| -rw-r--r-- | audio/wavplay/files/patch-af | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/wavplay/files/patch-af b/audio/wavplay/files/patch-af index e73ba52ac806..84ada821a3b6 100644 --- a/audio/wavplay/files/patch-af +++ b/audio/wavplay/files/patch-af @@ -16,7 +16,7 @@ + #ifndef FREEBSD #include <linux/soundcard.h> + #else -+ #include <machine/soundcard.h> ++ #include <sys/soundcard.h> + #endif #include "wavplay.h" #include "server.h" |
