util: fix freebsd support

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Konstantin 2008-07-25 19:55:19 +02:00 committed by Julien Danjou
parent 84796930b7
commit 7ec624cc14
1 changed files with 3 additions and 0 deletions

View File

@ -28,7 +28,10 @@
#include <stdbool.h>
#include <stdarg.h>
#include <assert.h>
#ifndef __FreeBSD__
#include <alloca.h>
#endif
#include "tokenize.h"