From 3a5604637f3a205052b07863f7157900a8bd936e Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 3 May 2023 17:20:07 +0200 Subject: executor: resolve pseudo syscall compilation problems --- executor/common_bsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/common_bsd.h') diff --git a/executor/common_bsd.h b/executor/common_bsd.h index ca8635d27..4ed45d0bd 100644 --- a/executor/common_bsd.h +++ b/executor/common_bsd.h @@ -13,7 +13,7 @@ #if GOOS_netbsd -#if SYZ_EXECUTOR || __NR_syz_usb_connect +#if SYZ_EXECUTOR || __NR_syz_usb_connect || __NR_syz_usb_disconnect #include "common_usb_netbsd.h" #endif #if SYZ_EXECUTOR || SYZ_USB -- cgit mrf-deployment