From d00a672dad73af691dd796f746c06f479eb6edc1 Mon Sep 17 00:00:00 2001 From: leitner Date: Tue, 7 Oct 2003 16:28:57 +0000 Subject: [PATCH] alloca warning removal --- io/iob_send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/iob_send.c b/io/iob_send.c index bf059c9..dd6b060 100644 --- a/io/iob_send.c +++ b/io/iob_send.c @@ -4,7 +4,7 @@ #include #include #include -#ifdef __linux__ +#if defined(__linux__) || defined(__FreeBSD__) #include #endif