alloca warning removal

This commit is contained in:
Felix von Leitner 2003-10-07 16:28:57 +00:00
parent d64f1f7732
commit aa62c9fa71
1 changed files with 1 additions and 1 deletions

View File

@ -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