blob: b4a45a08bb4efccdc0eb1539eabf959693d506c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- src/awgn.c
+++ src/awgn.c
@@ -51,6 +51,7 @@
#include <stdio.h>
#include <inttypes.h>
#include <math.h>
+#include <tgmath.h>
#include "spandsp/dc_restore.h"
#include "spandsp/awgn.h"
|