summaryrefslogtreecommitdiff
path: root/libavcodec/tmv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/tmv.c')
-rw-r--r--libavcodec/tmv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/tmv.c b/libavcodec/tmv.c
index 908e5cffec..396dff0386 100644
--- a/libavcodec/tmv.c
+++ b/libavcodec/tmv.c
@@ -26,7 +26,10 @@
* @see http://www.oldskool.org/pc/8088_Corruption
*/
+#include <string.h>
+
#include "avcodec.h"
+#include "libavutil/internal.h"
#include "cga_data.h"