diff options
-rw-r--r-- | libavformat/seek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/seek.c b/libavformat/seek.c index 685cbbf..a2e09a2 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. |