From 55ac40f859ad8e28fe71a8801d49f4a4140e8aa3 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 20 Jun 2024 13:43:33 -0300 Subject: Cleaning of llimits.h Several definitions that don't need to be "global" (that is, that concerns only specific parts of the code) moved out of llimits.h, to more appropriate places. --- ldump.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ldump.c') diff --git a/ldump.c b/ldump.c index ca708a41..a1e09856 100644 --- a/ldump.c +++ b/ldump.c @@ -15,6 +15,7 @@ #include "lua.h" +#include "lapi.h" #include "lgc.h" #include "lobject.h" #include "lstate.h" -- cgit v1.2.3-55-g6feb