diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-01-11 16:57:35 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-01-11 16:57:35 -0200 |
| commit | 8081f39dab0c9a3c60240c007edc41a3b4f339d3 (patch) | |
| tree | c85eac11265ca31616134a8c7356d3a551d43d04 /ldblib.c | |
| parent | 3cc4ca821e4274e8c73fdb723c38e7f5f76a4ecb (diff) | |
| download | lua-8081f39dab0c9a3c60240c007edc41a3b4f339d3.tar.gz lua-8081f39dab0c9a3c60240c007edc41a3b4f339d3.tar.bz2 lua-8081f39dab0c9a3c60240c007edc41a3b4f339d3.zip | |
header missing.
Diffstat (limited to '')
| -rw-r--r-- | ldblib.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: $ | 2 | ** $Id: ldblib.c,v 1.1 1999/01/08 16:47:44 roberto Exp roberto $ |
| 3 | ** Interface from Lua to its debug API | 3 | ** Interface from Lua to its debug API |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -11,6 +11,7 @@ | |||
| 11 | #include "lauxlib.h" | 11 | #include "lauxlib.h" |
| 12 | #include "lua.h" | 12 | #include "lua.h" |
| 13 | #include "luadebug.h" | 13 | #include "luadebug.h" |
| 14 | #include "lualib.h" | ||
| 14 | 15 | ||
| 15 | 16 | ||
| 16 | 17 | ||
