Fixed compiling with CMake
This commit is contained in:
parent
131d4c3bb5
commit
2d4a2f5835
2 changed files with 3 additions and 1 deletions
|
@ -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".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue