summaryrefslogtreecommitdiff
path: root/audio/ermixer/files/patch-engine.c
blob: f0f359dd8489aad8ebe342dd01414ad334447162 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ./src/engine.c.orig	Sat May 10 00:12:23 2003
+++ ./src/engine.c	Sat May 10 00:12:28 2003
@@ -6,11 +6,7 @@
 #include <errno.h>
 #include <sys/ioctl.h>
 
-#ifdef __FreeBSD__
-#include <machine/soundcard.h>
-#else
 #include <sys/soundcard.h>
-#endif
 
 #include <string.h>
 #include <unistd.h>