blob: 66857b406a74dc4ddcaec1ccc084ec5e7dca4a64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.1 2004/06/16 03:25:48 minskim Exp $
--- mp3info.cxx.orig 1999-03-19 14:36:34.000000000 -0600
+++ mp3info.cxx
@@ -7,6 +7,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
+#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
|