summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/hlsplaylist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/hlsplaylist.h b/libavformat/hlsplaylist.h
index 3445b5f297..9263a6463b 100644
--- a/libavformat/hlsplaylist.h
+++ b/libavformat/hlsplaylist.h
@@ -23,7 +23,11 @@
#ifndef AVFORMAT_HLSPLAYLIST_H
#define AVFORMAT_HLSPLAYLIST_H
+#include <stdint.h>
+
#include "libavutil/common.h"
+#include "avformat.h"
+#include "avio.h"
typedef enum {
PLAYLIST_TYPE_NONE,