diff options
Diffstat (limited to 'audio/mp3_check/files/patch-mp3_check.c')
-rw-r--r-- | audio/mp3_check/files/patch-mp3_check.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/mp3_check/files/patch-mp3_check.c b/audio/mp3_check/files/patch-mp3_check.c new file mode 100644 index 000000000000..3efd197afdc9 --- /dev/null +++ b/audio/mp3_check/files/patch-mp3_check.c @@ -0,0 +1,10 @@ +--- ./mp3_check.c.orig 2000-07-29 08:51:38.000000000 +0200 ++++ ./mp3_check.c 2014-02-14 11:10:48.285958149 +0100 +@@ -60,6 +60,7 @@ + + #include <errno.h> + #include <stdio.h> ++#include <getopt.h> + #include <stdlib.h> + #include <unistd.h> + #include <getopt.h> |