diff options
author | Damien George <damien.p.george@gmail.com> | 2014-06-08 13:18:14 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-06-08 13:18:14 +0100 |
commit | df896eceef27bc9a159bd62cdd78c66a56462544 (patch) | |
tree | b3dce6a1d4cdb931e784c380ab813012a35ddaba /unix/modsocket.c | |
parent | 9e951498b28706bac7347d3c599977c13d9515c4 (diff) | |
parent | 0c90eb16586d6c15d619666687449b3351e536fc (diff) |
Merge branch 'alloca' of github.com:marcusva/micropython into marcusva-alloca
Diffstat (limited to 'unix/modsocket.c')
-rw-r--r-- | unix/modsocket.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/modsocket.c b/unix/modsocket.c index d6f732377..b1a34a39b 100644 --- a/unix/modsocket.c +++ b/unix/modsocket.c @@ -37,7 +37,6 @@ #include <arpa/inet.h> #include <netdb.h> #include <errno.h> -#include <alloca.h> #include "mpconfig.h" #include "nlr.h" |