alloca may be defined in stdlib.h

master
leitner 21 years ago
parent 9366672ea5
commit 2e1da4790c

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

Loading…
Cancel
Save