pkgsrc/audio/mp3_check/patches/patch-aa
tv aae09e9265 Don't include <getopt.h> if all you need is traditional getopt.
(Interix doesn't have getopt.h, but getopt(3) is in unistd.h as with other OS.)
2005-10-29 16:26:21 +00:00

12 lines
332 B
Text

$NetBSD: patch-aa,v 1.3 2005/10/29 16:26:21 tv Exp $
--- mp3_check.c.orig 2000-07-29 02:51:38.000000000 -0400
+++ mp3_check.c
@@ -62,7 +62,6 @@ GOALS: Initially, making a higly accura
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <getopt.h>
#include "mp3_check.h"
// FUNCTION PROTOTYPES HAPPEN HERE