diff options
| author | 2014-03-05 18:53:53 +0000 | |
|---|---|---|
| committer | 2014-03-05 18:53:53 +0000 | |
| commit | f6b0b18ad4f8eaba97f04a79322b8564f66ced9a (patch) | |
| tree | 2493f74bfadcf127c0ab2003859bdedd619a271b /src/lib/util | |
| parent | 1103ab2af2db8892db88d874a5503ebded1a6d6b (diff) | |
changed casing of FLAC folders to match official source distribution (nw)
Diffstat (limited to 'src/lib/util')
| -rw-r--r-- | src/lib/util/flac.h | 2 |
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 |
