From 041a868956e51efc0dace9e3dff874332a8cdccc Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 20 Sep 2021 17:29:31 +0000 Subject: executor: add missing includes to BSD's setup_fault --- executor/common_bsd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor') diff --git a/executor/common_bsd.h b/executor/common_bsd.h index d250c5f29..d5030d482 100644 --- a/executor/common_bsd.h +++ b/executor/common_bsd.h @@ -43,6 +43,7 @@ static void setup_usb(void) #if SYZ_EXECUTOR || SYZ_FAULT #include #include +#include static void setup_fault(void) { if (chmod("/dev/fault", 0666)) -- cgit mrf-deployment