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 --- lctype.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lctype.c') diff --git a/lctype.c b/lctype.c index 9e161601..367640c6 100644 --- a/lctype.c +++ b/lctype.c @@ -1,5 +1,5 @@ /* -** $Id: lctype.c,v 1.10 2011/06/24 12:25:33 roberto Exp roberto $ +** $Id: lctype.c,v 1.11 2011/10/03 16:19:23 roberto Exp roberto $ ** '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 /* { */ -- cgit v1.2.3-55-g6feb