Skip to content
Snippets Groups Projects
Commit 9f001b09 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

py/misc.h: Include stdint.h, as large share of code now depends on it.

parent 55995869
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
/** types *******************************************************/ /** types *******************************************************/
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h>
#include <stddef.h> #include <stddef.h>
typedef unsigned char byte; typedef unsigned char byte;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment