summaryrefslogtreecommitdiff
path: root/audio/csound/files/patch-midirecv_c
blob: 0ebee1e959d4a8fe7d1a89ccb931a9cdd2b50953 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- midirecv.c.orig	Fri Aug 18 19:09:11 2000
+++ midirecv.c	Wed Oct 11 16:00:18 2000
@@ -3,6 +3,8 @@
 #include "midiops.h"
 #include "oload.h"
 
+#include <sys/ioctl_compat.h>
+#undef SGI
 #ifdef SGI
 #    include <sys/termio.h>
 #    include <sys/stropts.h>