blob: b86bc881b771e1aec27914c6c7351fb41ef4e85f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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"
|