mirror of https://github.com/thesofproject/sof.git
testbench: include stdlib.h
Newer GCC version complain about free() not being defined. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
7882b1a93d
commit
03b4f30129
|
@ -16,6 +16,7 @@
|
||||||
#include "testbench/trace.h"
|
#include "testbench/trace.h"
|
||||||
#include "testbench/file.h"
|
#include "testbench/file.h"
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#ifdef TESTBENCH_CACHE_CHECK
|
#ifdef TESTBENCH_CACHE_CHECK
|
||||||
#include <arch/lib/cache.h>
|
#include <arch/lib/cache.h>
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <sof/common.h>
|
#include <sof/common.h>
|
||||||
#include <sof/string.h>
|
#include <sof/string.h>
|
||||||
#include <sof/audio/component.h>
|
#include <sof/audio/component.h>
|
||||||
|
|
Loading…
Reference in New Issue