util: fix freebsd support
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
84796930b7
commit
7ec624cc14
|
@ -28,7 +28,10 @@
|
|||
#include <stdbool.h>
|
||||
#include <stdarg.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifndef __FreeBSD__
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#include "tokenize.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue