aboutsummaryrefslogtreecommitdiff
path: root/lstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.c')
-rw-r--r--lstate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lstate.c b/lstate.c
index 059390fb..1006dbec 100644
--- a/lstate.c
+++ b/lstate.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.c,v 1.59 2001/03/07 18:09:25 roberto Exp roberto $ 2** $Id: lstate.c,v 1.60 2001/03/09 18:05:05 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*/
@@ -7,6 +7,7 @@
7 7
8#include <stdio.h> 8#include <stdio.h>
9 9
10#define LUA_PRIVATE
10#include "lua.h" 11#include "lua.h"
11 12
12#include "ldo.h" 13#include "ldo.h"