From f19a068ef656ecc8303290d89769f1a1a288236e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 8 Mar 2010 17:00:21 +0000 Subject: [PATCH] =?UTF-8?q?Add=20missing=20stdlib.h=20#include,=20fixes=20?= =?UTF-8?q?the=20warnings:=20tools/trasher.c:44:=20warning:=20implicit=20d?= =?UTF-8?q?eclaration=20of=20function=20=E2=80=98atoi=E2=80=99=20tools/tra?= =?UTF-8?q?sher.c:53:=20warning:=20implicit=20declaration=20of=20function?= =?UTF-8?q?=20=E2=80=98abs=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 22328 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tools/trasher.c | 1 + 1 file changed, 1 insertion(+) 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 +#include #include static uint32_t state;