17 lines
338 B
Text
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"
|
|
|
|
|
|
|