cleanup: missing include

This commit is contained in:
bnnm 2024-07-21 22:20:29 +02:00
parent 60676753ba
commit 4670014664

View File

@ -1,6 +1,7 @@
#ifndef _WAV_UTILS_H_
#define _WAV_UTILS_H_
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>