changeset 25516:dd86735178a6

Add missing #include, fixes the warning: aspecttest.c: In function 'main': aspecttest.c:19: warning: implicit declaration of function 'atoi'
author diego
date Sun, 30 Dec 2007 10:32:33 +0000
parents 892813c1b7e8
children 788499fc2ae7
files libvo/aspecttest.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/aspecttest.c	Sun Dec 30 03:17:04 2007 +0000
+++ b/libvo/aspecttest.c	Sun Dec 30 10:32:33 2007 +0000
@@ -3,6 +3,7 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #include "aspect.h"