blob: 33aba00551ff4bdc0304df930a77770b8e2e08e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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>
|