pkgsrc/audio/mp3info/patches/patch-aa
minskim b912cc3fc8 Make this package build on Linux.
- Include time.h to use time(2).
2004-06-16 03:25:48 +00:00

12 lines
299 B
Text

$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>