mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a7a7da2ca6
prints some useful statistics. I made this port respect CC/CFLAGS. PR: 18812 Submitted by: Zach Zurflu <zach@pabst.bendnet.com>
11 lines
234 B
Plaintext
11 lines
234 B
Plaintext
--- mp3_check.c.orig Wed May 24 15:48:08 2000
|
|
+++ mp3_check.c Wed May 24 15:57:41 2000
|
|
@@ -60,6 +60,7 @@
|
|
|
|
#include <errno.h>
|
|
#include <stdio.h>
|
|
+#include <getopt.h>
|
|
#include <stdlib.h>
|
|
#include <unistd.h>
|
|
#include "mp3_check.h"
|