diff options
Diffstat (limited to 'audio/rplay/patches/patch-au')
-rw-r--r-- | audio/rplay/patches/patch-au | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/rplay/patches/patch-au b/audio/rplay/patches/patch-au new file mode 100644 index 00000000000..3a93596b45c --- /dev/null +++ b/audio/rplay/patches/patch-au @@ -0,0 +1,12 @@ +$NetBSD: patch-au,v 1.1 2005/10/10 15:13:58 joerg Exp $ + +--- rplayd/misc.c.orig 2005-08-04 22:36:40.000000000 +0000 ++++ rplayd/misc.c +@@ -31,6 +31,7 @@ + #include <sys/file.h> + #include <sys/types.h> + #include <sys/stat.h> ++#include <errno.h> + #ifdef ultrix + #include <fcntl.h> + #else |