From cdcb236747a728e3ef0855aa16a42b73e7a9a6c6 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 19 Nov 2004 13:52:12 -0200 Subject: needs to include `stdlib.h' to access `getenv' --- loadlib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/loadlib.c b/loadlib.c index dabeaeba..b6e747af 100644 --- a/loadlib.c +++ b/loadlib.c @@ -1,5 +1,5 @@ /* -** $Id: loadlib.c,v 1.9 2004/11/11 15:42:57 roberto Exp roberto $ +** $Id: loadlib.c,v 1.10 2004/11/18 19:53:49 roberto Exp roberto $ ** Dynamic library loader for Lua ** See Copyright Notice in lua.h * @@ -26,6 +26,7 @@ */ +#include #include -- cgit v1.2.3-55-g6feb