From 58a33988a3ad016eb1d9b39c5082d1d9be715ada Mon Sep 17 00:00:00 2001 From: Peter Olsson Date: Sat, 19 Jul 2014 12:21:18 +0200 Subject: [PATCH] spandsp: Add missing include for alloc.h. This fixes a build error on Windows. --- libs/spandsp/src/spandsp/fir.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/spandsp/src/spandsp/fir.h b/libs/spandsp/src/spandsp/fir.h index 85be5d2a6f..554a36c372 100644 --- a/libs/spandsp/src/spandsp/fir.h +++ b/libs/spandsp/src/spandsp/fir.h @@ -38,6 +38,8 @@ #include "mmx.h" #endif +#include "alloc.h" + /*! 16 bit integer FIR descriptor. This defines the working state for a single instance of an FIR filter using 16 bit integer coefficients.