Skip to content

Commit 41e5a9b

Browse files
committed
Add <stdint.h> include to header
1 parent 8bb0f54 commit 41e5a9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mbed-client-randlib/randLIB.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@
3030

3131
#ifndef RANDLIB_H_
3232
#define RANDLIB_H_
33+
34+
#include <stdint.h>
35+
3336
#ifdef __cplusplus
3437
extern "C" {
3538
#endif
3639

37-
3840
/**
3941
* This library is made for getting random numbers for Timing needs in protocols.
4042
*

0 commit comments

Comments
 (0)