]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
spandsp: Add missing include for alloc.h. This fixes a build error on Windows.
authorPeter Olsson <peter@olssononline.se>
Sat, 19 Jul 2014 10:21:18 +0000 (12:21 +0200)
committerPeter Olsson <peter@olssononline.se>
Sat, 19 Jul 2014 10:47:42 +0000 (12:47 +0200)
libs/spandsp/src/spandsp/fir.h

index 85be5d2a6f5dc37ff2a0868acb6e6307e2867fed..554a36c37226f55957970ba54e1582b58836f30c 100644 (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.