diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-12-07 20:08:07 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-12-07 20:08:07 +0200 |
commit | 9f001b09a80fda2e5929f5defcc75367336053bf (patch) | |
tree | bb97c9d3dac14fac2886d612493d6944881f4d4d /py/misc.h | |
parent | 55995869e5329e4274146d240965783b203f2007 (diff) | |
download | micropython-9f001b09a80fda2e5929f5defcc75367336053bf.tar.gz micropython-9f001b09a80fda2e5929f5defcc75367336053bf.zip |
py/misc.h: Include stdint.h, as large share of code now depends on it.
Diffstat (limited to 'py/misc.h')
-rw-r--r-- | py/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ /** types *******************************************************/ #include <stdbool.h> +#include <stdint.h> #include <stddef.h> typedef unsigned char byte; |