aboutsummaryrefslogtreecommitdiff
path: root/lundump.c
diff options
context:
space:
mode:
Diffstat (limited to 'lundump.c')
-rw-r--r--lundump.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lundump.c b/lundump.c
index 11ada16d..97ceccaf 100644
--- a/lundump.c
+++ b/lundump.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lundump.c,v 1.20 2000/04/25 16:44:31 roberto Exp roberto $ 2** $Id: lundump.c,v 1.21 2000/05/08 19:32:53 roberto Exp roberto $
3** load bytecodes from files 3** load bytecodes from files
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -9,6 +9,8 @@
9 9
10#define LUA_REENTRANT 10#define LUA_REENTRANT
11 11
12#include "lua.h"
13
12#include "lauxlib.h" 14#include "lauxlib.h"
13#include "lfunc.h" 15#include "lfunc.h"
14#include "lmem.h" 16#include "lmem.h"