Enlightenment CVS committal Author : doursse Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore Modified Files: ecore_main.c ecore_plugin.c Log Message: minor header inclusion fixes for vc++ =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/ecore_main.c,v retrieving revision 1.37 retrieving revision 1.38 diff -u -3 -r1.37 -r1.38 --- ecore_main.c 9 Jun 2008 12:15:33 -0000 1.37 +++ ecore_main.c 11 Jun 2008 20:36:35 -0000 1.38 @@ -2,7 +2,9 @@ * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 */ -#include <config.h> +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif #ifdef _WIN32 # include <winsock2.h> =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/ecore_plugin.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- ecore_plugin.c 30 May 2008 10:18:04 -0000 1.19 +++ ecore_plugin.c 11 Jun 2008 20:36:35 -0000 1.20 @@ -6,12 +6,12 @@ # include <config.h> #endif +#include <stdlib.h> +#include <stdio.h> + #ifdef HAVE_DLFCN_H # include <dlfcn.h> #endif - -#include <stdlib.h> -#include <stdio.h> #ifdef HAVE_EVIL_H # include <evil.h> ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs