pkgsrc-ng/audio/wmmp3/patches/patch-mpg123ctl_c
2013-09-26 17:14:40 +02:00

13 lines
239 B
Plaintext

$NetBSD: patch-mpg123ctl_c,v 1.1 2011/09/04 21:38:03 dholland Exp $
- add needed standard headers
--- mpg123ctl.c~ 2000-04-03 00:18:43.000000000 +0000
+++ mpg123ctl.c
@@ -15,4 +15,5 @@
*/
+#include <time.h>
#include "mpg123ctl.h"