Merge pull request #3 from ARMmbed/stdint

Add <stdint.h> include to header
pull/3240/head
Kevin Bracey 2016-04-07 15:25:57 +01:00
commit 1d1b92b671
1 changed files with 3 additions and 1 deletions

View File

@ -30,11 +30,13 @@
#ifndef RANDLIB_H_ #ifndef RANDLIB_H_
#define RANDLIB_H_ #define RANDLIB_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
/** /**
* This library is made for getting random numbers for Timing needs in protocols. * This library is made for getting random numbers for Timing needs in protocols.
* *