aboutsummaryrefslogtreecommitdiff
path: root/lstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.c')
-rw-r--r--lstate.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lstate.c b/lstate.c
index 7ba9bcff..24df5d4b 100644
--- a/lstate.c
+++ b/lstate.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.c,v 1.25 2000/03/31 16:28:45 roberto Exp roberto $ 2** $Id: lstate.c,v 1.26 2000/05/08 19:32:53 roberto Exp roberto $
3** Global State 3** Global State
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 "lbuiltin.h" 15#include "lbuiltin.h"
14#include "ldo.h" 16#include "ldo.h"