From c49edc45668b17d6fbd19edb2196af4ff8822636 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 3 Nov 2014 13:11:10 -0200 Subject: keep "#include " in this file, but without the previous requirement that it must be included before any other header file (it doesn't seem to matter) --- loadlib.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'loadlib.c') diff --git a/loadlib.c b/loadlib.c index 79a7b86c..5c0dc9db 100644 --- a/loadlib.c +++ b/loadlib.c @@ -1,5 +1,5 @@ /* -** $Id: loadlib.c,v 1.119 2014/10/27 18:05:37 roberto Exp roberto $ +** $Id: loadlib.c,v 1.120 2014/11/02 19:19:04 roberto Exp roberto $ ** Dynamic library loader for Lua ** See Copyright Notice in lua.h ** @@ -161,6 +161,8 @@ static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { ** ======================================================================= */ +#include + #undef setprogdir /* -- cgit v1.2.3-55-g6feb