summaryrefslogtreecommitdiff
path: root/teensy/memzip.c
diff options
context:
space:
mode:
authorblmorris <bryan.morrissey@gmail.com>2014-07-18 16:06:22 -0400
committerblmorris <bryan.morrissey@gmail.com>2014-07-18 16:06:22 -0400
commit0f4ee2e44a1e47258a8b07fb25e28286d131390c (patch)
tree7bfb507183544d14236c0be8a232a92f4113abb1 /teensy/memzip.c
parent0429d35f37532d2a981e704f014a248da9b157d8 (diff)
parent5467186b0eaa6e856b00f60f807bb988ae2ef8c5 (diff)
Merge https://github.com/micropython/micropython
Diffstat (limited to 'teensy/memzip.c')
-rw-r--r--teensy/memzip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/teensy/memzip.c b/teensy/memzip.c
index b269c472a..7934bea6b 100644
--- a/teensy/memzip.c
+++ b/teensy/memzip.c
@@ -1,6 +1,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
+#include "mpconfigport.h"
#include "misc.h"
#include "memzip.h"