From 2d7830709cfad9e65d1e69e91f73c3f2d8c8a52c Mon Sep 17 00:00:00 2001 From: guzhihao4 Date: Thu, 18 Apr 2024 15:06:01 +0800 Subject: [PATCH] stdio.h add include stdint.h Issue:https://gitee.com/openharmony/interface_sdk_c/issues/I9HR2J Signed-off-by: guzhihao4 Change-Id: I0b55d3a4c9c97827823123d4e43abc9113163bf9 --- third_party/musl/ndk_musl_include/stdio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/musl/ndk_musl_include/stdio.h b/third_party/musl/ndk_musl_include/stdio.h index 72a7722dc..e71ae4f8f 100644 --- a/third_party/musl/ndk_musl_include/stdio.h +++ b/third_party/musl/ndk_musl_include/stdio.h @@ -6,6 +6,7 @@ extern "C" { #endif #include +#include #define __NEED_FILE #define __NEED___isoc_va_list -- Gitee