# HG changeset patch # User diego # Date 1199010753 0 # Node ID dd86735178a6a032b9753dd23d8af93f14d296b7 # Parent 892813c1b7e860e18390b854bd8c825dc255999b Add missing #include, fixes the warning: aspecttest.c: In function 'main': aspecttest.c:19: warning: implicit declaration of function 'atoi' diff -r 892813c1b7e8 -r dd86735178a6 libvo/aspecttest.c --- 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 +#include #include "aspect.h"