1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00

Add stdlib.h to header. Needed for size_t.

This commit is contained in:
Adam Mackler 2015-01-27 21:44:48 -05:00
parent 5ce27a1e1a
commit 82ea549661

1
rand.h
View File

@ -24,6 +24,7 @@
#ifndef __RAND_H__
#define __RAND_H__
#include <stdlib.h>
#include <stdint.h>
void init_rand(void);