summaryrefslogtreecommitdiff
path: root/apps/codecs/asap/apokeysnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/asap/apokeysnd.c')
-rw-r--r--apps/codecs/asap/apokeysnd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/asap/apokeysnd.c b/apps/codecs/asap/apokeysnd.c
index d0a4b1bd91..1d48bc20d2 100644
--- a/apps/codecs/asap/apokeysnd.c
+++ b/apps/codecs/asap/apokeysnd.c
@@ -20,13 +20,14 @@
20 * along with ASAP; if not, write to the Free Software Foundation, Inc., 20 * along with ASAP; if not, write to the Free Software Foundation, Inc.,
21 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 21 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23#include "codeclib.h"
24#if !defined(JAVA) && !defined(CSHARP) 24#if !defined(JAVA) && !defined(CSHARP)
25#include <string.h> 25#include <string.h>
26#endif 26#endif
27 27
28#include "asap_internal.h" 28#include "asap_internal.h"
29 29
30#define memset ci->memset
30#define ULTRASOUND_CYCLES 112 31#define ULTRASOUND_CYCLES 112
31 32
32#define MUTE_FREQUENCY 1 33#define MUTE_FREQUENCY 1