From a851b8e898fa1d2d44660ca5708e3da76107f179 Mon Sep 17 00:00:00 2001
From: Dieter <freebsd@sopwith.solgatos.com>
Date: Mon, 30 Jan 2006 23:32:14 +0000
Subject: [PATCH] add missing #includes patch by Dieter <freebsd at sopwith
 solgatos com>

Originally committed as revision 4912 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/matroska.c         | 1 +
 libavutil/intfloat_readwrite.c | 1 +
 vhook/watermark.c              | 1 +
 3 files changed, 3 insertions(+)

diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 47c0e98a48e..699c0439961 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -29,6 +29,7 @@
 #include "avformat.h"
 /* For codec_get_bmp_id and codec_get_wav_id. */
 #include "avi.h"
+#include "intfloat_readwrite.h"
 
 /* EBML version supported */
 #define EBML_VERSION 1
diff --git a/libavutil/intfloat_readwrite.c b/libavutil/intfloat_readwrite.c
index d2a2ee490b7..0d27cb8f392 100644
--- a/libavutil/intfloat_readwrite.c
+++ b/libavutil/intfloat_readwrite.c
@@ -24,6 +24,7 @@
  */
 
 #include "common.h"
+#include "intfloat_readwrite.h"
 
 double av_int2dbl(int64_t v){
     if(v+v > 0xFFELLU<<52)
diff --git a/vhook/watermark.c b/vhook/watermark.c
index e4a4685a144..f61f3a12425 100644
--- a/vhook/watermark.c
+++ b/vhook/watermark.c
@@ -46,6 +46,7 @@
 #include "avformat.h"
 
 #include "framehook.h"
+#include "cmdutils.h"
 
 typedef struct {
     char            filename[2000];
-- 
GitLab