forked from Mirrors/freeswitch
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"
|
||||
#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.
|
||||
|
Loading…
Reference in New Issue
Block a user