Fix compiler warning - missing include

This commit is contained in:
Robin Gareus 2022-01-30 00:05:01 +01:00
parent c5060119be
commit 7045e39605
No known key found for this signature in database
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#define _FIL4_IIR_H
#include <stdint.h>
#include <string.h>
#include <math.h>
typedef struct {