summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-30 10:32:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-30 10:32:33 +0000
commit611e0b9dd0ac76f72f76c4dfa88415bfc8609b41 (patch)
tree9ecce30b0abd0d6c11e8e2c8a0ca8da455cb736b /libvo
parent82ee4539470a5cac698dac4d3e1541e13e4d68d9 (diff)
downloadmpv-611e0b9dd0ac76f72f76c4dfa88415bfc8609b41.tar.bz2
mpv-611e0b9dd0ac76f72f76c4dfa88415bfc8609b41.tar.xz
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/aspecttest.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
+#include <stdlib.h>
#include "aspect.h"