From fbe59b23b1060cc98577afc883f9efbed9d8eebd Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 26 May 2014 21:47:43 +0200 Subject: lua: add missing include files These are actually already included in osdep/io.h, but I think it's cleaner to repeat them in the file where they are actually needed. (osdep/io.h needs to have them for other reasons.) --- player/lua.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'player') diff --git a/player/lua.c b/player/lua.c index efbd21b18e..a37f651857 100644 --- a/player/lua.c +++ b/player/lua.c @@ -18,6 +18,8 @@ #include #include #include +#include +#include #include #include -- cgit v1.2.3