summaryrefslogtreecommitdiff
path: root/src/lundump.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lundump.c')
-rw-r--r--src/lundump.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lundump.c b/src/lundump.c
index 0cdca1af..510f3258 100644
--- a/src/lundump.c
+++ b/src/lundump.c
@@ -1,14 +1,17 @@
/*
-** $Id: lundump.c,v 2.40 2014/06/19 18:27:20 roberto Exp $
+** $Id: lundump.c,v 2.41 2014/11/02 19:19:04 roberto Exp $
** load precompiled Lua chunks
** See Copyright Notice in lua.h
*/
-#include <string.h>
-
#define lundump_c
#define LUA_CORE
+#include "lprefix.h"
+
+
+#include <string.h>
+
#include "lua.h"
#include "ldebug.h"