summaryrefslogtreecommitdiff
path: root/avconv_filter.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-11-23 21:32:55 +0100
committerDiego Biurrun <diego@biurrun.de>2013-11-23 21:55:52 +0100
commit8f8bc92365a943e96cc08b5369408c20f35193c7 (patch)
treeeffd31c47a524ac732f657d037b9f0d6c25901b2 /avconv_filter.c
parent0eeeb9647e9c92c9edfd0b18c7cb5da7ac666f85 (diff)
Add missing #includes for *INT64_MAX and *INT64_C
Diffstat (limited to 'avconv_filter.c')
-rw-r--r--avconv_filter.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/avconv_filter.c b/avconv_filter.c
index ffccd93eee..892db00f47 100644
--- a/avconv_filter.c
+++ b/avconv_filter.c
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <stdint.h>
+
#include "avconv.h"
#include "libavfilter/avfilter.h"