1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/audio/ksmp3play/files/patch-ksmp3play.c
Tilman Keskinoz 837ac1383f Fix build on CURRENT.
PR:		46932
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-13 11:00:48 +00:00

11 lines
267 B
C

--- ksmp3play.c.orig Mon Aug 20 04:43:37 2001
+++ ksmp3play.c Sun Dec 29 11:01:56 2002
@@ -22,6 +22,7 @@
#include "ksmp3play.h"
#include <smpeg/smpeg.h>
#include <curses.h>
+#include <sys/time.h>
#include <sys/resource.h>
#include <string.h>
#include <ctype.h>