$NetBSD: patch-aa,v 1.1 2005/04/07 13:43:15 ben Exp $

--- libmb/mbutil.c.orig	2004-12-13 14:27:38.000000000 -0800
+++ libmb/mbutil.c
@@ -17,8 +17,11 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
 #include "mbutil.h"
+#ifdef HAVE_ALLOCA_H
 #include <alloca.h>
+#endif
 
 #define MAX_ARGS 255
 
