diff options
Diffstat (limited to 'audio/mp3asm/files/patch-src_utils.c')
-rw-r--r-- | audio/mp3asm/files/patch-src_utils.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/mp3asm/files/patch-src_utils.c b/audio/mp3asm/files/patch-src_utils.c new file mode 100644 index 000000000000..18e8a989a6d9 --- /dev/null +++ b/audio/mp3asm/files/patch-src_utils.c @@ -0,0 +1,10 @@ +--- src/utils.c.orig 2001-08-17 20:44:09 UTC ++++ src/utils.c +@@ -25,6 +25,7 @@ + #include "utils.h" + #include <unistd.h> + #include <stdio.h> ++#include <errno.h> + + /* + * tmalloc: mallocs cleanly |