From a7621fcb8be98e8df99b5431065220067403a6f4 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Tue, 9 Jun 2009 11:23:25 +0000 Subject: Correct the includes; the old way broke parallel builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21234 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lua/lbitlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/plugins/lua/lbitlib.c b/apps/plugins/lua/lbitlib.c index f7e4619377..dcb5b9d828 100644 --- a/apps/plugins/lua/lbitlib.c +++ b/apps/plugins/lua/lbitlib.c @@ -6,8 +6,8 @@ #include "config.h" -#include -#include +#include "lua.h" +#include "lauxlib.h" #include -- cgit v1.2.3