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
This commit is contained in:
diego 2007-12-30 10:32:33 +00:00
parent 82ee453947
commit 611e0b9dd0
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include "aspect.h"