build system: stop including alloca.h, stdlib.h provides it

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2014-01-09 11:02:46 +01:00
parent cb7611385c
commit f2743a5b00
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
#include <limits.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <alloca.h>
//bbox disabled: #include <alloca.h>
/* exitstatus is used to keep track of any failing calls to kernel-doc,
* but execution continues. */

View File

@ -113,7 +113,7 @@
#include <limits.h>
#include <ctype.h>
#include <arpa/inet.h>
#include <alloca.h>
//bbox disabled: #include <alloca.h>
/* bbox: not needed
#define INT_CONF ntohl(0x434f4e46)