mirror of /home/gitosis/repositories/libowfat.git
alloca may be defined in stdlib.h
This commit is contained in:
parent
6fdf8756d3
commit
91459e21f4
|
@ -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…
Reference in New Issue