Added stdint.h
This commit is contained in:
parent
6b2cd5c2d4
commit
39c12bad29
|
@ -37,6 +37,9 @@ unsigned long clock_seconds(void);
|
|||
|
||||
#define LOG_CONF_ENABLED 0
|
||||
|
||||
/* Standard integer types. */
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* The 8-bit unsigned data type.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue