summaryrefslogtreecommitdiffstats
path: root/player/lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/lua.c')
-rw-r--r--player/lua.c1
1 files changed, 1 insertions, 0 deletions
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 <sys/types.h>
#include <sys/wait.h>
#include <errno.h>
+#include <signal.h>
// Normally, this must be declared manually, but glibc is retarded.
#ifndef __GLIBC__