$OpenBSD: patch-plugins_converter_converter_c,v 1.3 2014/09/23 13:44:03 dcoppa Exp $
--- plugins/converter/converter.c.orig	Thu Jul 31 21:16:23 2014
+++ plugins/converter/converter.c	Tue Sep 23 09:40:43 2014
@@ -37,6 +37,10 @@
 #include "../../deadbeef.h"
 #include "../../strdupa.h"
 
+#if defined(__GNUC__) && defined(__STRICT_ANSI__)
+#define alloca(size)   __builtin_alloca(size)
+#endif
+
 #ifndef __linux__
 #define O_LARGEFILE 0
 #endif
