78de7be415
Leonard Schmidt. A GTK2-based musicpd client with a simple and clean interface. Features include: * Support for loading/saving playlists * A file browser * Playlist quicksearch * Supports streams in MPD (MPD 0.11.0 and newer) * ID3 Information * Single window interface, with possibility to hide the playlist * Support for enabling and disabling MPD outputs (MPD 0.12.0 and newer)
12 lines
248 B
Text
12 lines
248 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2005/10/15 01:00:05 xtraeme Exp $
|
|
|
|
--- src/comm.c.orig 2005-06-05 15:44:09.000000000 +0000
|
|
+++ src/comm.c
|
|
@@ -20,6 +20,7 @@
|
|
|
|
*/
|
|
|
|
+#include <stdlib.h>
|
|
#include <glib.h>
|
|
#include <gtk/gtk.h>
|
|
#include <glade/glade.h>
|