summaryrefslogtreecommitdiff
path: root/audio/timidity/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'audio/timidity/patches/patch-ae')
-rw-r--r--audio/timidity/patches/patch-ae12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/timidity/patches/patch-ae b/audio/timidity/patches/patch-ae
new file mode 100644
index 00000000000..3ff262e841f
--- /dev/null
+++ b/audio/timidity/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.4 2002/07/19 04:09:26 mycroft Exp $
+
+--- timidity/output.c.orig Wed Jan 9 10:14:35 2002
++++ timidity/output.c Fri Jul 19 04:01:18 2002
+@@ -25,6 +25,7 @@
+ #ifdef HAVE_CONFIG_H
+ #include "config.h"
+ #endif /* HAVE_CONFIG_H */
++#include <stdlib.h>
+ #ifndef NO_STRING_H
+ #include <string.h>
+ #else