From 2dfd771e2f71d9513edaf2f1b965357111fcdcdd Mon Sep 17 00:00:00 2001 From: yiyajun Date: Sun, 20 Nov 2022 17:12:23 +0800 Subject: [PATCH] add wifi fuzz test Signed-off-by: yiyajun --- .../c_adapter/wifichotspot_fuzzer/wifichotspot_fuzzer.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wifi/test/fuzztest/frameworks/native/c_adapter/wifichotspot_fuzzer/wifichotspot_fuzzer.cpp b/wifi/test/fuzztest/frameworks/native/c_adapter/wifichotspot_fuzzer/wifichotspot_fuzzer.cpp index b4d01cdb5..6eb82b370 100644 --- a/wifi/test/fuzztest/frameworks/native/c_adapter/wifichotspot_fuzzer/wifichotspot_fuzzer.cpp +++ b/wifi/test/fuzztest/frameworks/native/c_adapter/wifichotspot_fuzzer/wifichotspot_fuzzer.cpp @@ -12,7 +12,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +#include +#include +#include +#include "securec.h" #include "wifichotspot_fuzzer.h" #include "../../../../../../interfaces/kits/c/wifi_hotspot.h"