diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-23 11:31:02 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-24 12:56:49 +0100 |
commit | 0a1a8fcd56bf62da0d4b32da3e915860ba96684e (patch) | |
tree | 9e384464f9e1129296afc0c7026d850424c6bc67 /libavutil/threadmessage.c | |
parent | 99b5956af154547b3ff306041e951008bcb8ea98 (diff) | |
download | ffmpeg-0a1a8fcd56bf62da0d4b32da3e915860ba96684e.tar.gz |
avutil/fifo: Don't include avutil.h
Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil/threadmessage.c')
-rw-r--r-- | libavutil/threadmessage.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/threadmessage.c b/libavutil/threadmessage.c index 6f25da76d7..f0e23f28fc 100644 --- a/libavutil/threadmessage.c +++ b/libavutil/threadmessage.c @@ -18,7 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include <limits.h> #include "fifo.h" +#include "mem.h" #include "threadmessage.h" #include "thread.h" |