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)
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

index 9cb623a..114eb78 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <inttypes.h>
 
 static uint32_t state;