Fix missing stdint.h

This commit is contained in:
Zhi Guan
2026-05-27 08:52:11 +08:00
parent 94c226d889
commit f7ebff6b5c

View File

@@ -10,6 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <assert.h>
#include <gmssl/endian.h>