aboutsummaryrefslogtreecommitdiff
path: root/lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'lua.c')
-rw-r--r--lua.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua.c b/lua.c
index fadc3688..8c4ef826 100644
--- a/lua.c
+++ b/lua.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.c,v 1.37 2000/04/14 17:46:29 roberto Exp roberto $ 2** $Id: lua.c,v 1.38 2000/05/10 17:00:21 roberto Exp roberto $
3** Lua stand-alone interpreter 3** Lua stand-alone interpreter
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -11,6 +11,7 @@
11#include <string.h> 11#include <string.h>
12 12
13#include "lua.h" 13#include "lua.h"
14
14#include "luadebug.h" 15#include "luadebug.h"
15#include "lualib.h" 16#include "lualib.h"
16 17