1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-09 06:50:58 +00:00

add stdlib to header

This commit is contained in:
Pavol Rusnak 2015-01-26 19:12:22 +01:00
parent f4e6010e18
commit aa1833ba3f

View File

@ -25,6 +25,7 @@
#define __BIP32_H__ #define __BIP32_H__
#include <stdint.h> #include <stdint.h>
#include <stdlib.h>
#include "options.h" #include "options.h"
typedef struct { typedef struct {