mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
lavc/kbdwin: add missing stdint.h include
Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
37f69cd93e
commit
23d1c75efa
@ -19,6 +19,8 @@
|
||||
#ifndef AVCODEC_KBDWIN_H
|
||||
#define AVCODEC_KBDWIN_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* Maximum window size for ff_kbd_window_init.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user