mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
header missing.
This commit is contained in:
parent
3cc4ca821e
commit
8081f39dab
1 changed files with 2 additions and 1 deletions
3
ldblib.c
3
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"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue