diff options
Diffstat (limited to 'comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp')
-rw-r--r-- | comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp b/comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp new file mode 100644 index 000000000000..26ac2d8b879f --- /dev/null +++ b/comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp @@ -0,0 +1,10 @@ +--- ../svxlink-11.05.orig/svxlink/trx/SwDtmfDecoder.cpp 2010-05-16 09:32:17.000000000 -0700 ++++ svxlink/trx/SwDtmfDecoder.cpp 2012-05-28 10:27:56.000000000 -0700 +@@ -37,6 +37,7 @@ + #include <cstdlib> + + #include <stdint.h> ++#define exp10f(x) exp((x)*log(10)) + + + |