From 67fa1f59b87fed7268b465f7e9540a590a250c65 Mon Sep 17 00:00:00 2001 From: m00nbsd Date: Tue, 19 May 2020 21:13:37 +0200 Subject: executor: add support for USB fuzzing on NetBSD --- executor/common_linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/common_linux.h') diff --git a/executor/common_linux.h b/executor/common_linux.h index 2a58d735e..ec4dba32c 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -1463,7 +1463,7 @@ static long syz_extract_tcp_res(volatile long a0, volatile long a1, volatile lon #include #include -#include "common_usb.h" +#include "common_usb_linux.h" #endif #if SYZ_EXECUTOR || __NR_syz_open_dev -- cgit mrf-deployment