Fix: implicit declaration of function 'allow_signal'.

'allow_signal' requires explicit including of "linux/sched/signal.h" from Linux 4.11.
Linux-4.14
Fomalhaut Weisszwerg 2017-08-17 19:46:33 +09:00 committed by Harald Wolff
parent a7c85b7366
commit 5186fc3138
1 changed files with 1 additions and 0 deletions

View File

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