lua

A copy of the Lua development repository
Log | Files | Refs | README

commit d2a64bb6d48466d8aa54d5b33c2779b8b7abf098
parent a90f06dcd84ba2bc7572e5d6202f5123027110ca
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Fri, 23 Feb 2001 17:28:34 -0300

`llimits' may need definitions from LUA_USER_H

Diffstat:
Mllimits.h | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/llimits.h b/llimits.h @@ -1,5 +1,5 @@ /* -** $Id: llimits.h,v 1.25 2001/02/23 17:17:25 roberto Exp roberto $ +** $Id: llimits.h,v 1.26 2001/02/23 17:28:12 roberto Exp roberto $ ** Limits, basic types, and some other `installation-dependent' definitions ** See Copyright Notice in lua.h */ @@ -12,6 +12,8 @@ #include <stddef.h> +#include "lua.h" + /* ** try to find number of bits in an integer