aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_fax.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-15 15:48:22 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-15 15:48:22 +0000
commita981b2f8bc473e128fdb5ef7b3f4cdd3966f1aa3 (patch)
treec7a75eb038f63c1325a0a8274f1727ba52a30499 /apps/app_fax.c
parentc52f239793e54c1832d7c40b5f6c492654c5e8b4 (diff)
Merged revisions 164257 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r164257 | file | 2008-12-15 11:41:22 -0400 (Mon, 15 Dec 2008) | 4 lines Make app_fax compatible with newer versions of spandsp. This remains backwards compatible with earlier versions though so do not fret. (closes issue #14073) Reported by: seandarcy ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@164265 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_fax.c')
-rw-r--r--apps/app_fax.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/app_fax.c b/apps/app_fax.c
index 6cb47dd1e..44e77d6f1 100644
--- a/apps/app_fax.c
+++ b/apps/app_fax.c
@@ -29,6 +29,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <tiffio.h>
#include <spandsp.h>
+#ifdef HAVE_SPANDSP_EXPOSE_H
+#include <spandsp/expose.h>
+#endif
#include "asterisk/lock.h"
#include "asterisk/file.h"