freebsd-ports/audio/scmpc/files/patch-src_mpd.c
Alexey Dokuchaev 74d196f17e Add port of scmpc, a client for MPD which submits your tracks to
Audioscrobbler.

Submitted by:		Pavel Motyrev <legioner.r(at)gmail.com>
Patches obtained from:	OpenBSD
2008-01-25 11:51:49 +00:00

10 lines
254 B
C

--- src/mpd.c.orig Wed Jan 16 12:49:48 2008
+++ src/mpd.c Sun Dec 3 02:59:18 2006
@@ -26,6 +26,7 @@
#include <unistd.h>
#include <pthread.h>
#include <sys/types.h>
+#include <sys/select.h>
#include <signal.h>
#include <math.h>
#include <string.h>