summaryrefslogtreecommitdiffstats
path: root/lua/lctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lctype.c')
-rw-r--r--lua/lctype.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/lctype.c b/lua/lctype.c
index 93f8cad..ae9367e 100644
--- a/lua/lctype.c
+++ b/lua/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 /* { */