diff options
Diffstat (limited to 'audio/rsynth/files/patch-naplay.c')
-rw-r--r-- | audio/rsynth/files/patch-naplay.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/rsynth/files/patch-naplay.c b/audio/rsynth/files/patch-naplay.c new file mode 100644 index 000000000000..44906e467d35 --- /dev/null +++ b/audio/rsynth/files/patch-naplay.c @@ -0,0 +1,9 @@ +*** naplay.c.ORIG Tue Nov 1 19:40:13 1994 +--- naplay.c Sat Jun 10 19:51:40 1995 +*************** +*** 1,3 **** +--- 1,4 ---- ++ #include <sys/types.h> + #include <useconfig.h> + #include <sys/time.h> + #include <sys/stat.h> |