#include required stdint.h header directly.
authorDiego Biurrun <diego@biurrun.de>
Thu, 8 May 2008 23:11:04 +0000 (23:11 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 8 May 2008 23:11:04 +0000 (23:11 +0000)
Originally committed as revision 13084 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/seek_test.c

index b1a2c93..6bf1346 100644 (file)
@@ -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 <stdint.h>
 #include <stdlib.h>
 #include <stdio.h>