From 28fdbcf393c6c709a21a29f47cfa4c6ed4031ae9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sun, 2 Nov 2014 17:19:04 -0200 Subject: added include for 'lprefix.h', for stuff that must be added before any other header file --- ldblib.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'ldblib.c') diff --git a/ldblib.c b/ldblib.c index cae32286..eb334100 100644 --- a/ldblib.c +++ b/ldblib.c @@ -1,17 +1,19 @@ /* -** $Id: ldblib.c,v 1.143 2014/10/17 11:07:26 roberto Exp roberto $ +** $Id: ldblib.c,v 1.144 2014/10/29 16:12:30 roberto Exp roberto $ ** Interface from Lua to its debug API ** See Copyright Notice in lua.h */ +#define ldblib_c +#define LUA_LIB + +#include "lprefix.h" + #include #include #include -#define ldblib_c -#define LUA_LIB - #include "lua.h" #include "lauxlib.h" -- cgit v1.2.3-55-g6feb