alloca may be defined in stdlib.h

This commit is contained in:
leitner 2003-10-07 16:30:19 +00:00
parent 9366672ea5
commit 2e1da4790c

View File

@ -4,7 +4,8 @@
#include <errno.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#if defined(__linux__) || defined(__FreeBSD__)
#include <stdlib.h>
#if defined(__linux__)
#include <alloca.h>
#endif