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_usb_linux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executor/common_usb_linux.h') diff --git a/executor/common_usb_linux.h b/executor/common_usb_linux.h index 935b30df2..f9d30d33b 100644 --- a/executor/common_usb_linux.h +++ b/executor/common_usb_linux.h @@ -5,6 +5,8 @@ // Linux-specific implementation of syz_usb_* pseudo-syscalls. +#include "common_usb.h" + #define UDC_NAME_LENGTH_MAX 128 struct usb_raw_init { -- cgit mrf-deployment