From 572b94bbcb753d10cd5a8357f15dd845bd03d235 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 11 Jan 2010 15:11:24 -0200 Subject: include of 'windows.h' moved to where it is needed --- loadlib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'loadlib.c') diff --git a/loadlib.c b/loadlib.c index 7bf6b503..f4a622d7 100644 --- a/loadlib.c +++ b/loadlib.c @@ -1,5 +1,5 @@ /* -** $Id: loadlib.c,v 1.74 2010/01/11 16:10:47 roberto Exp roberto $ +** $Id: loadlib.c,v 1.75 2010/01/11 17:06:31 roberto Exp roberto $ ** Dynamic library loader for Lua ** See Copyright Notice in lua.h ** @@ -129,6 +129,7 @@ static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { ** ======================================================================= */ +#include #undef setprogdir -- cgit v1.2.3-55-g6feb