mirror of /home/gitosis/repositories/libowfat.git
alloca warning removal
This commit is contained in:
parent
d64f1f7732
commit
aa62c9fa71
|
@ -4,7 +4,7 @@
|
|||
#include <errno.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
#ifdef __linux__
|
||||
#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue