diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-09 08:15:27 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-18 23:34:11 +0200 |
commit | f8f3deb73120d12924bf9db26fd81c9cb6468bde (patch) | |
tree | c488738d33144ca22dd931da33aca7a5234af362 | |
parent | cb9aed10f714ec9c5df646af58b982b2c17ad713 (diff) | |
download | ffmpeg-f8f3deb73120d12924bf9db26fd81c9cb6468bde.tar.gz |
lavfi/transform: fix make checkheaders.
-rw-r--r-- | libavfilter/transform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/transform.h b/libavfilter/transform.h index 701c833ecc..edd0cf21fd 100644 --- a/libavfilter/transform.h +++ b/libavfilter/transform.h @@ -22,6 +22,8 @@ #ifndef AVFILTER_TRANSFORM_H #define AVFILTER_TRANSFORM_H +#include <stdint.h> + /** * @file * transform input video |