From 6738080fea5d3b851b442e354859cba4ef22e188 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Mon, 6 Jan 2020 00:59:10 +0100 Subject: executor: setns requires including sched.h on some setups --- executor/common_linux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/common_linux.h') diff --git a/executor/common_linux.h b/executor/common_linux.h index 618425bed..39d2374d9 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -671,6 +671,7 @@ error: #if SYZ_EXECUTOR || SYZ_DEVLINK_PCI #include +#include static void initialize_devlink_pci(void) { -- cgit mrf-deployment