1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-04 17:51:03 +00:00

spandsp: Add missing include for alloc.h. This fixes a build error on Windows.

This commit is contained in:
Peter Olsson 2014-07-19 12:21:18 +02:00
parent ff2edeb219
commit 58a33988a3

@ -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.