$OpenBSD: patch-plugins_lastfm_lastfm_c,v 1.2 2014/09/23 13:44:03 dcoppa Exp $
--- plugins/lastfm/lastfm.c.orig	Thu Jul 31 21:02:29 2014
+++ plugins/lastfm/lastfm.c	Tue Sep 23 09:40:43 2014
@@ -24,6 +24,10 @@
 #include <math.h>
 #include "../../deadbeef.h"
 
+#if defined(__GNUC__) && defined(__STRICT_ANSI__)
+#define alloca(size)   __builtin_alloca(size)
+#endif
+
 //#define trace(...) { fprintf(stderr, __VA_ARGS__); }
 #define trace(fmt,...)
 
