1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/audio/csound/files/patch-midirecv_c

12 lines
259 B
Plaintext

--- 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>