blob: ed6ec3fb217ebf270e3ed24ecf2930c77c137d1a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/midi.rawmidi.c.orig Sat Mar 31 04:16:38 2001
+++ src/midi.rawmidi.c Sat Sep 7 10:57:13 2002
@@ -39,9 +39,7 @@
#include <fcntl.h>
#ifdef ENABLE_MIDI_SEQMIDI
-#if defined(__FreeBSD__)
-#include <machine/soundcard.h>
-#elif defined(__OpenBSD__) || defined(__NetBSD__)
+#if defined(__OpenBSD__) || defined(__NetBSD__)
#include <soundcard.h>
#else
#include <sys/soundcard.h>
|