diff options
Diffstat (limited to 'executor/common.h')
| -rw-r--r-- | executor/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/executor/common.h b/executor/common.h index f4201ca45..2ee0d5bd2 100644 --- a/executor/common.h +++ b/executor/common.h @@ -507,7 +507,11 @@ static uint16 csum_inet_digest(struct csum_inet* csum) #error "unknown OS" #endif +#if SYZ_TEST_COMMON_EXT_EXAMPLE +#include "common_ext_example.h" +#else #include "common_ext.h" +#endif #if SYZ_EXECUTOR || __NR_syz_execute_func // syz_execute_func(text ptr[in, text[taget]]) |
