lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 8081f39dab0c9a3c60240c007edc41a3b4f339d3
parent 3cc4ca821e4274e8c73fdb723c38e7f5f76a4ecb
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Mon, 11 Jan 1999 16:57:13 -0200

header missing.

Diffstat:
Mldblib.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ldblib.c b/ldblib.c @@ -1,5 +1,5 @@ /* -** $Id: $ +** $Id: ldblib.c,v 1.1 1999/01/08 16:47:44 roberto Exp roberto $ ** Interface from Lua to its debug API ** See Copyright Notice in lua.h */ @@ -11,6 +11,7 @@ #include "lauxlib.h" #include "lua.h" #include "luadebug.h" +#include "lualib.h"