diff options
Diffstat (limited to '')
-rw-r--r-- | audio/ccaudio/files/patch-src:dtmf.cpp | 11 | ||||
-rw-r--r-- | audio/ccaudio2/files/patch-src:dtmf.cpp | 11 |
2 files changed, 14 insertions, 8 deletions
diff --git a/audio/ccaudio/files/patch-src:dtmf.cpp b/audio/ccaudio/files/patch-src:dtmf.cpp index eeedfcac6433..48d1c35a3e3e 100644 --- a/audio/ccaudio/files/patch-src:dtmf.cpp +++ b/audio/ccaudio/files/patch-src:dtmf.cpp @@ -1,7 +1,10 @@ ---- src/dtmf.cpp.orig Fri Feb 20 17:23:13 2004 -+++ src/dtmf.cpp Fri Feb 20 17:23:19 2004 -@@ -30,6 +30,7 @@ - #include <stdint.h> +--- src/dtmf.cpp.orig Wed Jul 23 19:52:40 2003 ++++ src/dtmf.cpp Fri Mar 12 09:08:50 2004 +@@ -27,9 +27,9 @@ + // + + #include <math.h> +-#include <stdint.h> #include <string.h> #include <stdio.h> +#include <stdlib.h> diff --git a/audio/ccaudio2/files/patch-src:dtmf.cpp b/audio/ccaudio2/files/patch-src:dtmf.cpp index eeedfcac6433..48d1c35a3e3e 100644 --- a/audio/ccaudio2/files/patch-src:dtmf.cpp +++ b/audio/ccaudio2/files/patch-src:dtmf.cpp @@ -1,7 +1,10 @@ ---- src/dtmf.cpp.orig Fri Feb 20 17:23:13 2004 -+++ src/dtmf.cpp Fri Feb 20 17:23:19 2004 -@@ -30,6 +30,7 @@ - #include <stdint.h> +--- src/dtmf.cpp.orig Wed Jul 23 19:52:40 2003 ++++ src/dtmf.cpp Fri Mar 12 09:08:50 2004 +@@ -27,9 +27,9 @@ + // + + #include <math.h> +-#include <stdint.h> #include <string.h> #include <stdio.h> +#include <stdlib.h> |