Include file alloca.h was missing in demo program

This commit is contained in:
Thomas Schmitt 2010-07-01 13:50:42 +02:00
parent b6427d3b2b
commit 73bc3ae512
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ static char helptext[][80] = {
#include <fcntl.h>
#include <err.h>
#include <limits.h>
#include <alloca.h>