13 lines
274 B
C++
13 lines
274 B
C++
--- 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>
|
|
#include <time.h>
|
|
#include <fcntl.h>
|
|
#include "audio.h"
|