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 --- lundump.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lundump.c') diff --git a/lundump.c b/lundump.c index 2a9eac28..039e4a0f 100644 --- a/lundump.c +++ b/lundump.c @@ -1,14 +1,17 @@ /* -** $Id: lundump.c,v 2.39 2014/06/18 18:35:43 roberto Exp roberto $ +** $Id: lundump.c,v 2.40 2014/06/19 18:27:20 roberto Exp roberto $ ** load precompiled Lua chunks ** See Copyright Notice in lua.h */ -#include - #define lundump_c #define LUA_CORE +#include "lprefix.h" + + +#include + #include "lua.h" #include "ldebug.h" -- cgit v1.2.3-55-g6feb