Enlightenment CVS committal Author : dj2 Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/cpufreq Modified Files: e_mod_main.c Log Message: - remove config.h from e.h and put it into the .c files that need it. e.h is an installed header so modules can be written outside the e tree. config.h isn't installed by e. so, if the module dosen't have a config.h and the local directory in their include path the build will fail. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/cpufreq/e_mod_main.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- e_mod_main.c 30 Aug 2005 14:45:24 -0000 1.18 +++ e_mod_main.c 14 Sep 2005 20:19:44 -0000 1.19 @@ -5,6 +5,7 @@ #include <errno.h> #include <ctype.h> #include "e_mod_main.h" +#include "config.h" #ifdef __FreeBSD__ #include <sys/types.h> ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs