From: Peter Olsson Date: Sat, 19 Jul 2014 10:21:18 +0000 (+0200) Subject: spandsp: Add missing include for alloc.h. This fixes a build error on Windows. X-Git-Tag: v1.4.8~10^2~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58a33988a3ad016eb1d9b39c5082d1d9be715ada;p=thirdparty%2Ffreeswitch.git spandsp: Add missing include for alloc.h. This fixes a build error on Windows. --- 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.