[Freeswitch-svn] [commit] r11540 - freeswitch/trunk/src/mod/applications/mod_fax
FreeSWITCH SVN
ctrix at freeswitch.org
Wed Jan 28 10:20:18 PST 2009
Author: ctrix
Date: Wed Jan 28 12:20:18 2009
New Revision: 11540
Log:
Fix building problem with newer spandsp.
Modified:
freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c
Modified: freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c Wed Jan 28 12:20:18 2009
@@ -33,6 +33,8 @@
*/
#include <switch.h>
+
+#define SPANDSP_EXPOSE_INTERNAL_STRUCTURES
#include <spandsp.h>
#include <spandsp/version.h>
More information about the Freeswitch-svn
mailing list