From 4a6b875eda8fe7827b8a55e42e48184a6588ee4c Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 19 May 2012 01:17:03 +0200 Subject: Make lbitlib.c include its own header (for the luaopen_bit prototype) Change-Id: I6da9d6ff084b89c519f1abfc50ba3375a7d0f958 --- apps/plugins/lua/lbitlib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/plugins/lua/lbitlib.c b/apps/plugins/lua/lbitlib.c index dcb5b9d828..76c8d1d39b 100644 --- a/apps/plugins/lua/lbitlib.c +++ b/apps/plugins/lua/lbitlib.c @@ -8,6 +8,7 @@ #include "lua.h" #include "lauxlib.h" +#include "lualib.h" #include -- cgit v1.2.3