diff --git a/tests/fuzz/fuzzer_platform.c b/tests/fuzz/fuzzer_platform.c index 2556aa166..af8293aec 100644 --- a/tests/fuzz/fuzzer_platform.c +++ b/tests/fuzz/fuzzer_platform.c @@ -26,6 +26,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include "openthread-core-config.h" + #include #include @@ -152,6 +154,8 @@ otError otDiagProcessCmd(otInstance *aInstance, int aArgCount, char *aArgVector[ OT_UNUSED_VARIABLE(aArgVector); OT_UNUSED_VARIABLE(aOutput); OT_UNUSED_VARIABLE(aOutputMaxLen); + + return OT_ERROR_NOT_IMPLEMENTED; } void otDiagProcessCmdLine(otInstance *aInstance, const char *aString, char *aOutput, size_t aOutputMaxLen)