[MPlayer-cvslog] r25544 - trunk/libvo/aspecttest.c
diego
subversion at mplayerhq.hu
Sun Dec 30 11:32:33 CET 2007
Author: diego
Date: Sun Dec 30 11:32:33 2007
New Revision: 25544
Log:
Add missing #include, fixes the warning:
aspecttest.c: In function 'main':
aspecttest.c:19: warning: implicit declaration of function 'atoi'
Modified:
trunk/libvo/aspecttest.c
Modified: trunk/libvo/aspecttest.c
==============================================================================
--- trunk/libvo/aspecttest.c (original)
+++ trunk/libvo/aspecttest.c Sun Dec 30 11:32:33 2007
@@ -3,6 +3,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include "aspect.h"
More information about the MPlayer-cvslog
mailing list