mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
echo-cancel: Add config.h in adrian-aec.c
This fixes a compiler warning on some platform. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=90881 Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
cdf847f2f1
commit
cbc0d5ffcb
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@
|
|||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue