Commit f19a068e authored by Diego Biurrun's avatar Diego Biurrun

Add missing stdlib.h #include, fixes the warnings:

tools/trasher.c:44: warning: implicit declaration of function ‘atoi’
tools/trasher.c:53: warning: implicit declaration of function ‘abs’

Originally committed as revision 22328 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b8178661
......@@ -19,6 +19,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
static uint32_t state;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment