$OpenBSD: patch-playlist_c,v 1.3 2014/09/23 13:44:03 dcoppa Exp $
--- playlist.c.orig	Tue Aug  5 19:54:03 2014
+++ playlist.c	Tue Sep 23 09:40:42 2014
@@ -67,6 +67,10 @@
 // disable custom title function, until we have new title formatting (0.7)
 #define DISABLE_CUSTOM_TITLE
 
+#if defined(__GNUC__) && defined(__STRICT_ANSI__)
+#define alloca(size)	__builtin_alloca(size)
+#endif
+
 #define DISABLE_LOCKING 0
 #define DEBUG_LOCKING 0
 #define DETECT_PL_LOCK_RC 0
