Skip to content

Commit 05fb9fd

Browse files
committed
fix import
1 parent 09698c8 commit 05fb9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/secp256k1_frost.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
extern "C" {
88
#endif
99

10-
#include <stdint.h>
10+
#include <stddef.h>
1111

1212
/** This code is currently a work in progress. It's not secure nor stable.
1313
* IT IS EXTREMELY DANGEROUS AND RECKLESS TO USE THIS MODULE IN PRODUCTION!

0 commit comments

Comments
 (0)