summaryrefslogtreecommitdiff
path: root/loadlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'loadlib.c')
-rw-r--r--loadlib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/loadlib.c b/loadlib.c
index 7bf6b503..f4a622d7 100644
--- a/loadlib.c
+++ b/loadlib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: loadlib.c,v 1.74 2010/01/11 16:10:47 roberto Exp roberto $ 2** $Id: loadlib.c,v 1.75 2010/01/11 17:06:31 roberto Exp roberto $
3** Dynamic library loader for Lua 3** Dynamic library loader for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5** 5**
@@ -129,6 +129,7 @@ static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) {
129** ======================================================================= 129** =======================================================================
130*/ 130*/
131 131
132#include <windows.h>
132 133
133#undef setprogdir 134#undef setprogdir
134 135