Skip to content
Snippets Groups Projects
Commit a5dc86dd authored by Charles Wright's avatar Charles Wright
Browse files

Including stdint.h for uint8_t

parent fa4a9c90
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
#include <stddef.h>
#include <sys/types.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment