alloca may be defined in stdlib.h
This commit is contained in:
parent
9366672ea5
commit
2e1da4790c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user