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 0000000..33aba005 --- /dev/null +++ b/audio/mp3_check/files/patch-mp3__check.c @@ -0,0 +1,10 @@ +--- mp3_check.c.orig 2000-07-29 06:51:38 UTC ++++ mp3_check.c +@@ -60,6 +60,7 @@ GOALS: Initially, making a higly accura + + #include <errno.h> + #include <stdio.h> ++#include <getopt.h> + #include <stdlib.h> + #include <unistd.h> + #include <getopt.h> |