Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-04-02 11:46:58 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-04-02 22:01:37 +0400
commit23d1c75efa208bd0ca843e3ed26b6234bf9c5761 (patch)
tree27682ce09f97f424637d39ad383ffb32c465d84b /libavcodec/kbdwin.h
parent37f69cd93e6343bcf34f55fadc8fedfebb7d235c (diff)
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>
Diffstat (limited to 'libavcodec/kbdwin.h')
-rw-r--r--libavcodec/kbdwin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/kbdwin.h b/libavcodec/kbdwin.h
index 2e02e10764..4185c4206f 100644
--- a/libavcodec/kbdwin.h
+++ b/libavcodec/kbdwin.h
@@ -19,6 +19,8 @@
#ifndef AVCODEC_KBDWIN_H
#define AVCODEC_KBDWIN_H
+#include <stdint.h>
+
/**
* Maximum window size for ff_kbd_window_init.
*/