aboutsummaryrefslogtreecommitdiff
path: root/ldebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldebug.c')
-rw-r--r--ldebug.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ldebug.c b/ldebug.c
index 114214d6..12552451 100644
--- a/ldebug.c
+++ b/ldebug.c
@@ -1,13 +1,15 @@
1/* 1/*
2** $Id: ldebug.c,v 1.157 2003/10/20 18:42:28 roberto Exp roberto $ 2** $Id: ldebug.c,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $
3** Debug Interface 3** Debug Interface
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7 7
8#include <stdarg.h>
8#include <stddef.h> 9#include <stddef.h>
9#include <string.h> 10#include <string.h>
10 11
12
11#define ldebug_c 13#define ldebug_c
12 14
13#include "lua.h" 15#include "lua.h"