diff options
Diffstat (limited to 'audio/ccaudio2/files/patch-src:dtmf.cpp')
-rw-r--r-- | audio/ccaudio2/files/patch-src:dtmf.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/ccaudio2/files/patch-src:dtmf.cpp b/audio/ccaudio2/files/patch-src:dtmf.cpp new file mode 100644 index 0000000..eeedfca --- /dev/null +++ b/audio/ccaudio2/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" |