From 611e0b9dd0ac76f72f76c4dfa88415bfc8609b41 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 30 Dec 2007 10:32:33 +0000 Subject: Add missing #include, fixes the warning: aspecttest.c: In function 'main': aspecttest.c:19: warning: implicit declaration of function 'atoi' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25544 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/aspecttest.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo/aspecttest.c') diff --git a/libvo/aspecttest.c b/libvo/aspecttest.c index ef4fa5a453..14791dfcb7 100644 --- a/libvo/aspecttest.c +++ b/libvo/aspecttest.c @@ -3,6 +3,7 @@ */ #include +#include #include "aspect.h" -- cgit v1.2.3