summaryrefslogtreecommitdiffstatshomepage
path: root/py/asmx64.c
diff options
context:
space:
mode:
authorMarkus Siemens <siemens1993@gmail.com>2014-01-27 22:53:28 +0100
committerMarkus Siemens <siemens1993@gmail.com>2014-01-28 18:21:05 +0100
commit19ccc6bdc7c761cc94e740c775f13506992ca0d6 (patch)
tree1c44e4b08c1c6b3f9903d6d0f92fb290fc19e0d1 /py/asmx64.c
parent9b00dad7bb0125a3459ca4f9c939c7510bd2f77f (diff)
downloadmicropython-19ccc6bdc7c761cc94e740c775f13506992ca0d6.tar.gz
micropython-19ccc6bdc7c761cc94e740c775f13506992ca0d6.zip
Added Windows port (see #233)
Diffstat (limited to 'py/asmx64.c')
-rw-r--r--py/asmx64.c1
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>