Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e_modules
Dir : e17/apps/e_modules/src/modules/monitor Modified Files: flow_chart.c linux_2.6.h Log Message: Add missing headers. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_modules/src/modules/monitor/flow_chart.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- flow_chart.c 31 Jul 2005 19:45:04 -0000 1.3 +++ flow_chart.c 5 Sep 2005 11:59:23 -0000 1.4 @@ -1,6 +1,6 @@ - #include "flow_chart.h" +#include <stdlib.h> static int flow_chart_timer(void *data) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_modules/src/modules/monitor/linux_2.6.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- linux_2.6.h 24 Aug 2005 22:17:16 -0000 1.4 +++ linux_2.6.h 5 Sep 2005 11:59:23 -0000 1.5 @@ -1,11 +1,10 @@ - #ifndef LINUX_2_6 #define LINUX_2_6 #include <stdio.h> #include <string.h> #include <stdlib.h> -#include <Ecore.h> +#include <Ecore_Data.h> int cpu_usage_get(void); ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs