summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2008-12-15 15:41:22 +0000
committerJoshua Colp <jcolp@digium.com>2008-12-15 15:41:22 +0000
commit8be6bc5f672fea6d0953a681c094e19fa6282054 (patch)
tree8100ab1698caf31d867b26cfbdf31eadf5a8b32c /apps
parent6df30fb8cc4e1e74705435ecb883e14966ba9972 (diff)
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: https://origsvn.digium.com/svn/asterisk/trunk@164257 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-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 41d76b4bf..b7031acf9 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 <spandsp/version.h>
#include "asterisk/lock.h"