summaryrefslogtreecommitdiff
path: root/tools/trasher.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-03-08 17:00:21 +0000
committerDiego Biurrun <diego@biurrun.de>2010-03-08 17:00:21 +0000
commitf19a068ef656ecc8303290d89769f1a1a288236e (patch)
treed2cc9ad6532b8807a179833641b3d8fef0afd360 /tools/trasher.c
parentb81786611acde7a9cc7f3a71ed41945cd6df2548 (diff)
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
Diffstat (limited to 'tools/trasher.c')
-rw-r--r--tools/trasher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/trasher.c b/tools/trasher.c
index 9cb623aa71..114eb78a68 100644
--- a/tools/trasher.c
+++ b/tools/trasher.c
@@ -19,6 +19,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <inttypes.h>
static uint32_t state;