Commit b9f796c4 authored by diego's avatar diego

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’


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22328 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c0f44e50
......@@ -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