Skip to content
Snippets Groups Projects
Commit 907b1fd3 authored by deuce's avatar deuce
Browse files

sys/soundcard.h is more "standard" than machine/soundcard.h

parent e11ac10f
Branches
Tags
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#endif #endif
#ifdef __unix__ #ifdef __unix__
#include <fcntl.h> #include <fcntl.h>
#include <machine/soundcard.h> #include <sys/soundcard.h>
/* KIOCSOUND */ /* KIOCSOUND */
#if defined(__FreeBSD__) #if defined(__FreeBSD__)
#include <sys/kbio.h> #include <sys/kbio.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment