diff options
| author | Trevor Johnson <trevor@FreeBSD.org> | 2001-02-26 01:54:16 +0000 |
|---|---|---|
| committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-02-26 01:54:16 +0000 |
| commit | 058ff452b108e8578e90f3b399d8556832d3b176 (patch) | |
| tree | c25fccd9c6a3a55df4e24ab98bc72e26698c4170 /audio/denemo/files/patch-playback.c | |
| parent | new port of lilypond 1.3.131, the GNU music typesetter (diff) | |
new port of denemo 0.5.5, the GNU graphical score editor
Diffstat (limited to 'audio/denemo/files/patch-playback.c')
| -rw-r--r-- | audio/denemo/files/patch-playback.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/denemo/files/patch-playback.c b/audio/denemo/files/patch-playback.c new file mode 100644 index 000000000000..3a02a73334cf --- /dev/null +++ b/audio/denemo/files/patch-playback.c @@ -0,0 +1,11 @@ +--- 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> + + extern char **environ; /* I don't know why this is here. Hiller 19 Apr 2000 */ |
