diff truemotion1data.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents c8c591fe26f8
children 1d83e9c34641
line wrap: on
line diff
--- a/truemotion1data.h	Sat Jun 16 22:58:43 2007 +0000
+++ b/truemotion1data.h	Sat Jun 16 22:59:13 2007 +0000
@@ -25,6 +25,9 @@
 #ifndef TRUEMOTION1DATA_H
 #define TRUEMOTION1DATA_H
 
+#include <stdint.h>
+#include <stdlib.h>
+
 /* Y delta tables, skinny and fat */
 static const int16_t ydt1[8] = { 0, -2, 2, -6, 6, -12, 12, -12 };
 static const int16_t ydt2[8] = { 0, -2, 4, -6, 8, -12, 12, -12 };