Commit 23d1c75e authored by James Almer's avatar James Almer Committed by Michael Niedermayer

lavc/kbdwin: add missing stdint.h include

Fixes make checkheaders
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 37f69cd9
......@@ -19,6 +19,8 @@
#ifndef AVCODEC_KBDWIN_H
#define AVCODEC_KBDWIN_H
#include <stdint.h>
/**
* Maximum window size for ff_kbd_window_init.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment