diff options
author | Markus Siemens <siemens1993@gmail.com> | 2014-01-27 22:53:28 +0100 |
---|---|---|
committer | Markus Siemens <siemens1993@gmail.com> | 2014-01-28 18:21:05 +0100 |
commit | 19ccc6bdc7c761cc94e740c775f13506992ca0d6 (patch) | |
tree | 1c44e4b08c1c6b3f9903d6d0f92fb290fc19e0d1 /py/asmx64.c | |
parent | 9b00dad7bb0125a3459ca4f9c939c7510bd2f77f (diff) | |
download | micropython-19ccc6bdc7c761cc94e740c775f13506992ca0d6.tar.gz micropython-19ccc6bdc7c761cc94e740c775f13506992ca0d6.zip |
Added Windows port (see #233)
Diffstat (limited to 'py/asmx64.c')
-rw-r--r-- | py/asmx64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/asmx64.c b/py/asmx64.c index d3158170fb..de34332481 100644 --- a/py/asmx64.c +++ b/py/asmx64.c @@ -1,3 +1,4 @@ +#include <stdint.h> #include <stdio.h> #include <assert.h> #include <string.h> |