mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- use real location for soundcard.h
(instead of symlink)
This commit is contained in:
parent
9d9cb40539
commit
d5d85db1df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122805
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
+#if defined(__linux__)
|
+#if defined(__linux__)
|
||||||
+# include <linux/soundcard.h>
|
+# include <linux/soundcard.h>
|
||||||
+#elif defined(__FreeBSD__)
|
+#elif defined(__FreeBSD__)
|
||||||
+# include <machine/soundcard.h>
|
+# include <sys/soundcard.h>
|
||||||
+#endif
|
+#endif
|
||||||
|
|
||||||
#include "VIC.h"
|
#include "VIC.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue