Browse Source

avutil/buffer_internal: Include internal for buffer_size_t

Fixes checkheaders.

Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
tags/n4.4
Andreas Rheinhardt 4 years ago
parent
commit
1ad628d2c2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavutil/buffer_internal.h

+ 1
- 0
libavutil/buffer_internal.h View File

@@ -22,6 +22,7 @@
#include <stdatomic.h> #include <stdatomic.h>
#include <stdint.h> #include <stdint.h>


#include "internal.h"
#include "buffer.h" #include "buffer.h"
#include "thread.h" #include "thread.h"




Loading…
Cancel
Save