projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5210529
)
#include required stdint.h header directly.
author
Diego Biurrun
<diego@biurrun.de>
Thu, 8 May 2008 23:11:04 +0000
(23:11 +0000)
committer
Diego 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
patch
|
blob
|
history
diff --git
a/tests/seek_test.c
b/tests/seek_test.c
index b1a2c939a50c890d08af3fb19410b000b2fbfbd3..6bf134602dcf0ac7140b8dd9e50b5e8d9cf05da7 100644
(file)
--- 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 <stdint.h>
#include <stdlib.h>
#include <stdio.h>