View | Details | Raw Unified | Return to bug 38895
Collapse All | Expand All

(-)miscom.old/files/patch-af (-1 / +1 lines)
Lines 4-10 Link Here
4
 #include <stdlib.h>
4
 #include <stdlib.h>
5
 #include <fcntl.h>
5
 #include <fcntl.h>
6
 #include <unistd.h>
6
 #include <unistd.h>
7
+#if __FreeBSD__ <= 4
7
+#ifdef __FreeBSD__
8
+#include <machine/soundcard.h>
8
+#include <machine/soundcard.h>
9
+#else
9
+#else
10
 #include <sys/soundcard.h>
10
 #include <sys/soundcard.h>

Return to bug 38895