diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-02-20 09:39:06 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-02-20 09:39:06 +0000 |
commit | 7f9dd2dac0309fe52842f1ffb1fb5d6abe0a8ca3 (patch) | |
tree | ded83c9111001c69f56d664800d4e1ec4b7288bc /audio/ccaudio/files/patch-src:dtmf.cpp | |
parent | Mark DEPRECATED. (diff) |
upgrade to 1.1.1
Diffstat (limited to 'audio/ccaudio/files/patch-src:dtmf.cpp')
-rw-r--r-- | audio/ccaudio/files/patch-src:dtmf.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/ccaudio/files/patch-src:dtmf.cpp b/audio/ccaudio/files/patch-src:dtmf.cpp new file mode 100644 index 000000000000..eeedfcac6433 --- /dev/null +++ b/audio/ccaudio/files/patch-src:dtmf.cpp @@ -0,0 +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> + #include <string.h> + #include <stdio.h> ++#include <stdlib.h> + #include <time.h> + #include <fcntl.h> + #include "audio.h" |