freebsd-ports/audio/mp3splt-gtk/files/patch-src_player__window.c
Guido Falsi 784e736ef2 - Fix configure and build, unbreak.
The software dropped GTK2 support, now requires GTK3 and GSTREAMER1.

Approved by:	just fix it blanket
2015-04-06 00:34:42 +00:00

10 lines
281 B
C

--- src/player_window.c.orig 2014-05-10 14:48:57 UTC
+++ src/player_window.c
@@ -36,6 +36,7 @@
* this file is used for the player control tab
**********************************************************/
+#include <time.h>
#include <sys/timeb.h>
#include "player_window.h"