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
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
#endif
#ifdef __unix__
#include <fcntl.h>
#include <machine/soundcard.h>
#include <sys/soundcard.h>
/* KIOCSOUND */
#if defined(__FreeBSD__)
#include <sys/kbio.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment