mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
spandsp: Add missing include for alloc.h. This fixes a build error on Windows.
This commit is contained in:
parent
ff2edeb219
commit
58a33988a3
@ -38,6 +38,8 @@
|
|||||||
#include "mmx.h"
|
#include "mmx.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "alloc.h"
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
16 bit integer FIR descriptor. This defines the working state for a single
|
16 bit integer FIR descriptor. This defines the working state for a single
|
||||||
instance of an FIR filter using 16 bit integer coefficients.
|
instance of an FIR filter using 16 bit integer coefficients.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user