summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/seek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/seek.c b/libavformat/seek.c
index 685cbbfe14..a2e09a2fd4 100644
--- a/libavformat/seek.c
+++ b/libavformat/seek.c
@@ -22,6 +22,7 @@
#include "seek.h"
#include "libavutil/mem.h"
+#include "internal.h"
// NOTE: implementation should be moved here in another patch, to keep patches
// separated.