summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lua/src/lctype.c
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lua/src/lctype.c')
-rw-r--r--3rdparty/lua/src/lctype.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/3rdparty/lua/src/lctype.c b/3rdparty/lua/src/lctype.c
index 93f8cadc39d..ae9367e691b 100644
--- a/3rdparty/lua/src/lctype.c
+++ b/3rdparty/lua/src/lctype.c
@@ -1,5 +1,5 @@
/*
-** $Id: lctype.c,v 1.11.1.1 2013/04/12 18:48:47 roberto Exp $
+** $Id: lctype.c,v 1.12 2014/11/02 19:19:04 roberto Exp $
** 'ctype' functions for Lua
** See Copyright Notice in lua.h
*/
@@ -7,6 +7,9 @@
#define lctype_c
#define LUA_CORE
+#include "lprefix.h"
+
+
#include "lctype.h"
#if !LUA_USE_CTYPE /* { */