Skip to content

Commit 1d1b92b

Browse files
committed
Merge pull request #3 from ARMmbed/stdint
Add <stdint.h> include to header
2 parents 8bb0f54 + 41e5a9b commit 1d1b92b

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)