summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/flac.h
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2014-03-05 18:53:53 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2014-03-05 18:53:53 +0000
commitf6b0b18ad4f8eaba97f04a79322b8564f66ced9a (patch)
tree2493f74bfadcf127c0ab2003859bdedd619a271b /src/lib/util/flac.h
parent1103ab2af2db8892db88d874a5503ebded1a6d6b (diff)
changed casing of FLAC folders to match official source distribution (nw)
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 febed0b22f2..6a3f4e6b39c 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 "../../lib/libflac/include/FLAC/all.h"
#else
#include <FLAC/all.h>
#endif