pkgsrc/audio/mp3check/patches/patch-aa
abs 36c26909d7 Update mp3check to 0.8.0:
Changelog lists many small changes, most notable is ability to handle
	VBR files.
2003-02-16 23:08:24 +00:00

17 lines
338 B
Text

$NetBSD: patch-aa,v 1.3 2003/02/16 23:08:25 abs Exp $
--- mp3check.cc.orig Mon Jan 27 23:58:46 2003
+++ mp3check.cc
@@ -25,11 +25,11 @@
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
+#include "config.h"
#include "tappconfig.h"
#include "crc16.h"
#include "id3tag.h"
#include "tfiletools.h"
-#include "config.h"