dtmf: Fix build failure caused by previous commit

This commit is contained in:
David Schleef 2010-12-31 00:12:53 -08:00
parent 272086b121
commit 68493aadab

View file

@ -38,8 +38,12 @@
#include <fcntl.h>
#include "tone_detect.h"
#ifndef FALSE
#define FALSE 0
#endif
#ifndef TRUE
#define TRUE (!FALSE)
#endif
//#define USE_3DNOW