[Musepack Library] Fix capitalization of headers
Header include paths are named after the framework, which is all lower- case, not uppercase like the source folder is named. The header include paths inside the project are lowercase as well, so this fits. Signed-off-by: Christopher Snowhill <kode54@gmail.com>swiftingly
parent
1661093521
commit
277e52906a
|
@ -39,8 +39,8 @@
|
|||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <MPCDec/reader.h>
|
||||
#include <MPCDec/streaminfo.h>
|
||||
#include <mpcdec/reader.h>
|
||||
#include <mpcdec/streaminfo.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue