summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2012-05-19 01:17:03 +0200
committerBertrik Sikken <bertrik@sikken.nl>2012-05-19 01:19:20 +0200
commit4a6b875eda8fe7827b8a55e42e48184a6588ee4c (patch)
tree6063819faffce2e920d22147f36118489fcea748
parent0587e85e23ed8e0ae8e9b1c2cb5f8e9e09a2d771 (diff)
downloadrockbox-4a6b875eda8fe7827b8a55e42e48184a6588ee4c.tar.gz
rockbox-4a6b875eda8fe7827b8a55e42e48184a6588ee4c.zip
Make lbitlib.c include its own header (for the luaopen_bit prototype)
Change-Id: I6da9d6ff084b89c519f1abfc50ba3375a7d0f958
-rw-r--r--apps/plugins/lua/lbitlib.c1
1 files changed, 1 insertions, 0 deletions
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 @@
8 8
9#include "lua.h" 9#include "lua.h"
10#include "lauxlib.h" 10#include "lauxlib.h"
11#include "lualib.h"
11#include <limits.h> 12#include <limits.h>
12 13
13 14