Fix the simulator build.

Fixes the sim build broken by commit 58d3bd0810.

Change-Id: I5a63623363d558783dc5254fdd322080cc2f3525
This commit is contained in:
Eric Laurent
2010-08-25 10:00:53 -07:00
parent 59073b155a
commit cd295c11ab

View File

@@ -26,7 +26,9 @@
#include <stdio.h>
#include <stdint.h>
#ifdef __ARM_ARCH__
#include <machine/cpu-features.h>
#endif
#define LOG_FFT_SIZE 10
#define MAX_FFT_SIZE (1 << LOG_FFT_SIZE)