summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/libflac/include/protected
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libflac/include/protected')
-rw-r--r--src/lib/libflac/include/protected/stream_decoder.h2
-rw-r--r--src/lib/libflac/include/protected/stream_encoder.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libflac/include/protected/stream_decoder.h b/src/lib/libflac/include/protected/stream_decoder.h
index d77d51c0f8a..9108ca78f22 100644
--- a/src/lib/libflac/include/protected/stream_decoder.h
+++ b/src/lib/libflac/include/protected/stream_decoder.h
@@ -32,7 +32,7 @@
#ifndef FLAC__PROTECTED__STREAM_DECODER_H
#define FLAC__PROTECTED__STREAM_DECODER_H
-#include "flac/stream_decoder.h"
+#include "FLAC/stream_decoder.h"
#if FLAC__HAS_OGG
#include "private/ogg_decoder_aspect.h"
#endif
diff --git a/src/lib/libflac/include/protected/stream_encoder.h b/src/lib/libflac/include/protected/stream_encoder.h
index 7cd9649e856..4101ee55288 100644
--- a/src/lib/libflac/include/protected/stream_encoder.h
+++ b/src/lib/libflac/include/protected/stream_encoder.h
@@ -32,7 +32,7 @@
#ifndef FLAC__PROTECTED__STREAM_ENCODER_H
#define FLAC__PROTECTED__STREAM_ENCODER_H
-#include "flac/stream_encoder.h"
+#include "FLAC/stream_encoder.h"
#if FLAC__HAS_OGG
#include "private/ogg_encoder_aspect.h"
#endif