Fix: implicit declaration of function 'allow_signal'.

'allow_signal' requires explicit including of "linux/sched/signal.h" from Linux 4.11.
master
Fomalhaut Weisszwerg 2017-08-17 19:46:33 +09:00
parent 0a7aa0f69f
commit b281b12ffc
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#ifdef PLATFORM_LINUX
#include <osdep_service_linux.h>
#include <linux/sched/signal.h>
#endif
#ifdef PLATFORM_OS_XP