fix(crypto): add missing header for size_t

grdddj-fw-translations-rebased
matejcik 4 months ago committed by grdddj
parent c38802395c
commit 2dae27def8

@ -1,6 +1,8 @@
#ifndef ED25519_H
#define ED25519_H
#include <stddef.h>
#include "options.h"
#if defined(__cplusplus)

Loading…
Cancel
Save