diff options
author | Damien George <damien.p.george@gmail.com> | 2014-04-02 17:06:05 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-04-02 17:06:05 +0100 |
commit | 70f33cde48524f12f2110c7daa4a874a6828314a (patch) | |
tree | 1b7796186661b7a9a96f9480997310cca046ee2f /py/malloc.c | |
parent | af6edc61bd51b58c2cac4411bd471e7cf4649a3c (diff) | |
download | micropython-70f33cde48524f12f2110c7daa4a874a6828314a.tar.gz micropython-70f33cde48524f12f2110c7daa4a874a6828314a.zip |
py: Fix up so that it can compile without float.
Diffstat (limited to 'py/malloc.c')
-rw-r--r-- | py/malloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/malloc.c b/py/malloc.c index 504db4b1b9..27eaac1088 100644 --- a/py/malloc.c +++ b/py/malloc.c @@ -1,4 +1,3 @@ -#include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |