fix error: unknown type name ‘uint32_t’ in src/bn.c

This commit is contained in:
ok
2026-05-09 17:22:13 +08:00
parent 2c72cf84b3
commit 73476a21a1

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>