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
|
#ifndef AVCODEC_KBDWIN_H
|
||||||
#define AVCODEC_KBDWIN_H
|
#define AVCODEC_KBDWIN_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Maximum window size for ff_kbd_window_init.
|
* Maximum window size for ff_kbd_window_init.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user