diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-05-03 17:20:07 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-05-04 12:34:39 +0200 |
| commit | 3a5604637f3a205052b07863f7157900a8bd936e (patch) | |
| tree | 2842e0ad3fe99a7f4ad03c9ba13d5c720d2fbaba /executor/common_bsd.h | |
| parent | 8e1412d59319a19d61ea48985b13ef550e3ab9ec (diff) | |
executor: resolve pseudo syscall compilation problems
Diffstat (limited to 'executor/common_bsd.h')
| -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 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 |
