blob: 75ded2492499ed605246d7064f97cd2edd9dde66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.3 2005/10/31 15:59:14 tv Exp $
--- mp3splt.c.orig 2005-03-26 08:51:56.000000000 -0500
+++ mp3splt.c
@@ -38,8 +38,6 @@
#include <vorbis/vorbisfile.h>
#endif
-#include "getopt.h"
-
#include "mp3.h"
#include "wrap.h"
#include "ogg.h"
|