diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-12 01:09:56 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-12 01:09:56 +0000 |
commit | bcb4ba9689b1d6c8996579ccdd827b317094fa3f (patch) | |
tree | a7b930d17c17c7a5ade87b1ad0be2dfaeb82af38 /audio/ccaudio | |
parent | o Recognize '-c' command line argument (diff) |
fix build on -stable
Notes
Notes:
svn path=/head/; revision=103713
Diffstat (limited to 'audio/ccaudio')
-rw-r--r-- | audio/ccaudio/files/patch-src:dtmf.cpp | 11 |
1 files changed, 7 insertions, 4 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> |