freebsd-ports/lang/libjit/files/patch-ac
Kirill Ponomarev 93184cdab1 Update to 0.0.4
PR:		ports/70183
Submitted by:	maintainer
2004-08-09 08:27:31 +00:00

12 lines
280 B
Text

--- jit/jit-interp.c.orig Sun Aug 8 14:47:39 2004
+++ jit/jit-interp.c Sun Aug 8 14:48:08 2004
@@ -33,6 +33,9 @@
#if HAVE_ALLOCA_H
#include <alloca.h>
#endif
+#ifdef __FreeBSD__
+ #include <stdlib.h>
+#endif
#ifdef JIT_WIN32_PLATFORM
#include <malloc.h>
#ifndef alloca