- use real location for soundcard.h

(instead of symlink)
This commit is contained in:
Dirk Meyer 2004-11-30 10:46:07 +00:00
parent 9d9cb40539
commit d5d85db1df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122805

View file

@ -9,7 +9,7 @@
+#if defined(__linux__)
+# include <linux/soundcard.h>
+#elif defined(__FreeBSD__)
+# include <machine/soundcard.h>
+# include <sys/soundcard.h>
+#endif
#include "VIC.h"