mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05: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
|
#define _GNU_SOURCE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue