diff mbox series

[FFmpeg-devel] avutil/buffer_internal: Include internal for buffer_size_t

Message ID 20210311104054.1427820-1-andreas.rheinhardt@gmail.com
State Accepted
Commit 1ad628d2c22664e3c16448029556d52b78fd3c88
Headers show
Series [FFmpeg-devel] avutil/buffer_internal: Include internal for buffer_size_t | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Andreas Rheinhardt March 11, 2021, 10:40 a.m. UTC
Fixes checkheaders.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
---
Will apply this soon.

 libavutil/buffer_internal.h | 1 +
 1 file changed, 1 insertion(+)

Comments

James Almer March 11, 2021, 12:41 p.m. UTC | #1
On 3/11/2021 7:40 AM, Andreas Rheinhardt wrote:
> Fixes checkheaders.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
> ---
> Will apply this soon.
> 
>   libavutil/buffer_internal.h | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/libavutil/buffer_internal.h b/libavutil/buffer_internal.h
> index 0b549e3a53..d902772ed3 100644
> --- a/libavutil/buffer_internal.h
> +++ b/libavutil/buffer_internal.h
> @@ -22,6 +22,7 @@
>   #include <stdatomic.h>
>   #include <stdint.h>
>   
> +#include "internal.h"
>   #include "buffer.h"
>   #include "thread.h"

LGTM.
diff mbox series

Patch

diff --git a/libavutil/buffer_internal.h b/libavutil/buffer_internal.h
index 0b549e3a53..d902772ed3 100644
--- a/libavutil/buffer_internal.h
+++ b/libavutil/buffer_internal.h
@@ -22,6 +22,7 @@ 
 #include <stdatomic.h>
 #include <stdint.h>
 
+#include "internal.h"
 #include "buffer.h"
 #include "thread.h"