summaryrefslogtreecommitdiff
path: root/audio/denemo/files
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-01-10 04:12:16 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-01-10 04:12:16 +0000
commit04639a04b029ca0a3f2e5d984b90d73ab64fefe1 (patch)
treef0881edb8a4fb99fe18dc6b1b966cda6c9e6d407 /audio/denemo/files
parentUpgrade to 0.57.1. (diff)
Update to 0.5.8.
Notes
Notes: svn path=/head/; revision=52842
Diffstat (limited to 'audio/denemo/files')
-rw-r--r--audio/denemo/files/patch-playback.c19
1 files changed, 9 insertions, 10 deletions
diff --git a/audio/denemo/files/patch-playback.c b/audio/denemo/files/patch-playback.c
index 3a02a73334cf..1675df8cbc59 100644
--- a/audio/denemo/files/patch-playback.c
+++ b/audio/denemo/files/patch-playback.c
@@ -1,11 +1,10 @@
---- playback.c.orig Tue Jun 27 22:13:08 2000
-+++ playback.c Sat Feb 10 19:34:55 2001
-@@ -18,7 +18,7 @@
- #include <stdlib.h>
- #include <unistd.h>
- #include <sys/types.h>
--#include <wait.h>
-+#include <sys/wait.h>
- #include <errno.h>
+--- playback.c.old Wed Nov 14 11:13:02 2001
++++ playback.c Wed Jan 9 19:38:16 2002
+@@ -7,6 +7,7 @@
- extern char **environ; /* I don't know why this is here. Hiller 19 Apr 2000 */
+
+ #include "datastructures.h"
++#include "exportmidi.h"
+ #include "exportmudela.h"
+ #include "staffops.h"
+ #include "scoreops.h"