summaryrefslogtreecommitdiff
path: root/devel/libjit/patches/patch-aa
blob: d29da46543f4630cad71654da89f2c59da4bc6b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.1.1.1 2004/05/16 01:12:15 xtraeme Exp $

--- jit/jit-interp.cpp.orig	2004-05-16 03:06:50.000000000 +0200
+++ jit/jit-interp.cpp	2004-05-16 03:07:31.000000000 +0200
@@ -30,6 +30,7 @@
 #include "jit-rules.h"
 #include "jit-memory.h"
 #include <config.h>
+#include <stdlib.h>
 #if HAVE_ALLOCA_H
 	#include <alloca.h>
 #endif