summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <[email protected]>2014-04-02 04:46:58 -0300
committerMichael Niedermayer <[email protected]>2014-04-02 20:01:37 +0200
commit23d1c75efa208bd0ca843e3ed26b6234bf9c5761 (patch)
tree27682ce09f97f424637d39ad383ffb32c465d84b
parent37f69cd93e6343bcf34f55fadc8fedfebb7d235c (diff)
lavc/kbdwin: add missing stdint.h include
Fixes make checkheaders Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
-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.
*/