diff options
| author | m00nbsd <john.big.sandwich@gmail.com> | 2020-05-19 21:13:37 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2020-05-19 23:07:55 +0200 |
| commit | 67fa1f59b87fed7268b465f7e9540a590a250c65 (patch) | |
| tree | d6d7f3c7975308cdef5aaf8cf4a51f7b9ae6de0c /executor/common_usb_linux.h | |
| parent | 8f2ad84be93443ce86dcaa7724cd6d3846b798ad (diff) | |
executor: add support for USB fuzzing on NetBSD
Diffstat (limited to 'executor/common_usb_linux.h')
| -rw-r--r-- | executor/common_usb_linux.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |
