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

View File

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