aboutsummaryrefslogtreecommitdiff
path: root/lbaselib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lbaselib.c')
-rw-r--r--lbaselib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lbaselib.c b/lbaselib.c
index b2da6a77..8b034340 100644
--- a/lbaselib.c
+++ b/lbaselib.c
@@ -19,6 +19,7 @@
19 19
20#include "lauxlib.h" 20#include "lauxlib.h"
21#include "lualib.h" 21#include "lualib.h"
22#include "llimits.h"
22 23
23 24
24static int luaB_print (lua_State *L) { 25static int luaB_print (lua_State *L) {