From 953f54f1f4796ec866745fbc9802975d432dd6fe Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 8 May 2008 23:11:04 +0000 Subject: #include required stdint.h header directly. Originally committed as revision 13084 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/seek_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/seek_test.c b/tests/seek_test.c index b1a2c939a5..6bf134602d 100644 --- a/tests/seek_test.c +++ b/tests/seek_test.c @@ -18,6 +18,8 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + +#include #include #include -- cgit v1.2.3