1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/audio/rosegarden/files/patch-ak
1999-09-20 02:24:29 +00:00

13 lines
297 B
Plaintext

--- mapper/src/Mapper_OSS.c.orig Sat Sep 18 16:18:42 1999
+++ mapper/src/Mapper_OSS.c Sat Sep 18 16:19:17 1999
@@ -13,6 +13,9 @@
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
+#ifdef __FreeBSD__
+#include <errno.h>
+#endif
#include <MidiFile.h>
#include <MidiErrorHandler.h>