diff options
author | Marcus von Appen <marcus@sysfault.org> | 2014-06-07 09:36:04 +0200 |
---|---|---|
committer | Marcus von Appen <marcus@sysfault.org> | 2014-06-07 09:36:04 +0200 |
commit | 0c90eb16586d6c15d619666687449b3351e536fc (patch) | |
tree | 90e87eaf27647ebe3d3996d6273672b271d47338 /unix/modsocket.c | |
parent | c61be8e1e10a8c7bac3161cae531d26a9d754825 (diff) |
- FreeBSD provides alloca() via stdlib.h, in contrast to Linux and Windows
- Move the includes for alloca() intp mpconfigport.h
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" |