dtmf: Fix build failure caused by previous commit
This commit is contained in:
parent
272086b121
commit
68493aadab
@ -38,8 +38,12 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include "tone_detect.h"
|
#include "tone_detect.h"
|
||||||
|
|
||||||
|
#ifndef FALSE
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
|
#endif
|
||||||
|
#ifndef TRUE
|
||||||
#define TRUE (!FALSE)
|
#define TRUE (!FALSE)
|
||||||
|
#endif
|
||||||
|
|
||||||
//#define USE_3DNOW
|
//#define USE_3DNOW
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user