From 1de5587184eb2d8d9f379c661f77f7e450764894 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 12 Jun 2000 10:52:05 -0300 Subject: `lua.h' is included before any other Lua header file --- lmathlib.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lmathlib.c') diff --git a/lmathlib.c b/lmathlib.c index 8ed5deae..9399e7c0 100644 --- a/lmathlib.c +++ b/lmathlib.c @@ -1,5 +1,5 @@ /* -** $Id: lmathlib.c,v 1.23 1999/12/27 17:33:22 roberto Exp roberto $ +** $Id: lmathlib.c,v 1.24 2000/03/10 18:37:44 roberto Exp roberto $ ** Standard mathematical library ** See Copyright Notice in lua.h */ @@ -10,8 +10,9 @@ #define LUA_REENTRANT -#include "lauxlib.h" #include "lua.h" + +#include "lauxlib.h" #include "lualib.h" -- cgit v1.2.3-55-g6feb