Fixed compiling with CMake

This commit is contained in:
Thulinma 2023-03-16 14:31:27 +01:00
parent 131d4c3bb5
commit 2d4a2f5835
2 changed files with 3 additions and 1 deletions

View file

@ -3,7 +3,7 @@
#include <sstream>
#include <string>
#include <unistd.h> //for stat
#include <util.h>
#include "util.h"
namespace FLAC{
bool is_header(const char *header); ///< Checks the first 4 bytes for the string "flaC".