$NetBSD: patch-au,v 1.1 2000/02/03 16:01:15 abs Exp $

--- linuxdoom-1.10/w_wad.c.orig	Mon Dec 22 21:05:36 1997
+++ linuxdoom-1.10/w_wad.c	Thu Feb  3 01:34:02 2000
@@ -34,7 +34,11 @@
 #include <malloc.h>
 #include <fcntl.h>
 #include <sys/stat.h>
+#if 0
 #include <alloca.h>
+#else
+#include <stdlib.h>
+#endif
 #define O_BINARY		0
 #endif
 
