summaryrefslogtreecommitdiff
path: root/libavformat/hls.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/hls.c')
-rw-r--r--libavformat/hls.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/hls.c b/libavformat/hls.c
index 06bc46c23f..cf6ef9dfb6 100644
--- a/libavformat/hls.c
+++ b/libavformat/hls.c
@@ -27,6 +27,8 @@
* https://www.rfc-editor.org/rfc/rfc8216.txt
*/
+#include "config_components.h"
+
#include "libavformat/http.h"
#include "libavutil/avstring.h"
#include "libavutil/avassert.h"