summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/flac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/flac.h')
-rw-r--r--src/lib/util/flac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/flac.h b/src/lib/util/flac.h
index d520045045b..8890da556ad 100644
--- a/src/lib/util/flac.h
+++ b/src/lib/util/flac.h
@@ -17,7 +17,7 @@
#include "corefile.h"
#ifdef FLAC__NO_DLL
-#include "../../lib/libflac/include/FLAC/all.h"
+#include "../../../3rdparty/libflac/include/FLAC/all.h"
#else
#include <FLAC/all.h>
#endif