OSDN Git Service

Add missing stdlib.h #include, fixes the warnings:
authorDiego Biurrun <diego@biurrun.de>
Mon, 8 Mar 2010 17:00:21 +0000 (17:00 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 8 Mar 2010 17:00:21 +0000 (17:00 +0000)
commitf19a068ef656ecc8303290d89769f1a1a288236e
treed2cc9ad6532b8807a179833641b3d8fef0afd360
parentb81786611acde7a9cc7f3a71ed41945cd6df2548
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
tools/trasher.c