mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
13 lines
239 B
Plaintext
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"
|
|
|