mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
--- sound.c.orig Sat Sep 7 17:50:13 2002
|
|
+++ sound.c Sat Sep 7 17:50:35 2002
|
|
@@ -110,7 +110,7 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/wait.h>
|
|
#ifdef __FreeBSD__
|
|
-#include <machine/soundcard.h>
|
|
+#include <sys/soundcard.h>
|
|
#else
|
|
#include <linux/soundcard.h>
|
|
#endif
|