freebsd-ports/audio/ccaudio/files/patch-src:dtmf.cpp

11 lines
249 B
C++
Raw Normal View History

2004-02-20 10:39:06 +01:00
--- 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"