Merge pull request #1655 from ohos-rs/master

fix(include): FILE deps on stdio header
This commit is contained in:
Zhi Guan
2024-04-17 20:43:53 +08:00
committed by GitHub

View File

@@ -10,6 +10,7 @@
#ifndef GMSSL_SM3_XMSS_H
#define GMSSL_SM3_XMSS_H
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <gmssl/sm3.h>