aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ldblib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ldblib.c b/ldblib.c
index 952f3cb3..d7f1ee51 100644
--- a/ldblib.c
+++ b/ldblib.c
@@ -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