Browse Source

TT#58660 add missing include

Change-Id: I5d8b896de9431fd1cff164bac46981196dd7af3b
pull/1646/head
Richard Fuchs 3 years ago
parent
commit
5d4821331f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      t/test-dtmf-detect.c

+ 1
- 0
t/test-dtmf-detect.c View File

@ -8,6 +8,7 @@
#include <spandsp/logging.h>
#include <spandsp/dtmf.h>
#include <glib.h>
#include <string.h>
static unsigned char samples[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,


Loading…
Cancel
Save