[FFmpeg-cvslog] lavc/kbdwin: add missing stdint.h include
James Almer
git at videolan.org
Wed Apr 2 20:06:51 CEST 2014
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Apr 2 04:46:58 2014 -0300| [23d1c75efa208bd0ca843e3ed26b6234bf9c5761] | committer: Michael Niedermayer
lavc/kbdwin: add missing stdint.h include
Fixes make checkheaders
Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=23d1c75efa208bd0ca843e3ed26b6234bf9c5761
---
libavcodec/kbdwin.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/kbdwin.h b/libavcodec/kbdwin.h
index 2e02e10..4185c42 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.
*/
More information about the ffmpeg-cvslog
mailing list