freebsd-ports/audio/ccaudio/files/patch-src:dtmf.cpp
2004-02-20 09:39:06 +00:00

10 lines
249 B
C++

--- 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"