* add vi header

* include Ecore.h after stdlib.h so that pid_t is defined on windows


SVN revision: 43092
This commit is contained in:
Vincent Torri 2009-10-15 06:26:01 +00:00
parent 8cf88e6b18
commit 1d7020335a
1 changed files with 6 additions and 1 deletions

View File

@ -1,10 +1,15 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Ecore.h"
#include <stdio.h>
#include "Ecore.h"
#ifdef HAVE_GLIB
#include <glib.h>