Build fix for FreeBSD

This commit is contained in:
Gunnar Beutner 2014-09-04 10:44:34 +02:00
parent 04b026e612
commit 473717d5d9
1 changed files with 2 additions and 0 deletions

View File

@ -17,7 +17,9 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
#ifndef __FreeBSD__
#include <alloca.h>
#endif /* _FreeBSD__ */
#include <unistd.h>
#include <stdarg.h>
#include <stdbool.h>