提交 975ac0ac authored 作者: Stefan Knoblich's avatar Stefan Knoblich

FreeTDM: Fix private/libteletone*.h includes

libteletone headers include each other, use #include ""
to look in the local dir rather than the include search path.

Unbreaking all of my (still) external FreeTDM projects.
Signed-off-by: 's avatarStefan Knoblich <stkn@openisdn.net>
上级 83680470
......@@ -136,8 +136,8 @@ typedef __int16 int16_t;
#endif
#endif
#include <libteletone_generate.h>
#include <libteletone_detect.h>
#include "libteletone_generate.h"
#include "libteletone_detect.h"
#ifdef HAVE_STRING_H
#include <string.h>
......
......@@ -96,7 +96,7 @@
#ifdef __cplusplus
extern "C" {
#endif
#include <libteletone.h>
#include "libteletone.h"
/*! \file libteletone_detect.h
\brief Tone Detection Routines
......
......@@ -116,7 +116,7 @@ extern float powf (float, float);
#endif
#include <assert.h>
#include <stdarg.h>
#include <libteletone.h>
#include "libteletone.h"
#define TELETONE_VOL_DB_MAX 0
#define TELETONE_VOL_DB_MIN -63
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论