diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/common_bsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_bsd.h b/executor/common_bsd.h index 4ed81a3a3..31012b737 100644 --- a/executor/common_bsd.h +++ b/executor/common_bsd.h @@ -12,7 +12,7 @@ #include <sys/syscall.h> #if GOOS_netbsd -#if SYZ_EXECUTOR || __NR_syz_usb_connect +#if SYZ_EXECUTOR || SYZ_USB #include "common_usb_netbsd.h" static void setup_usb(void) { |
