From 7e66a3596949e24a4ff7243103bc21c9f29aaaee Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 19 Oct 2014 12:55:29 +0200 Subject: fix build on OS X and BSD --- player/lua.c | 1 + 1 file changed, 1 insertion(+) (limited to 'player') diff --git a/player/lua.c b/player/lua.c index d99a37a781..39a911ea35 100644 --- a/player/lua.c +++ b/player/lua.c @@ -1162,6 +1162,7 @@ static int script_join_path(lua_State *L) #include #include #include +#include // Normally, this must be declared manually, but glibc is retarded. #ifndef __GLIBC__ -- cgit v1.2.3