* add vi header
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 15 Oct 2009 06:26:01 +0000 (06:26 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 15 Oct 2009 06:26:01 +0000 (06:26 +0000)
 * include Ecore.h after stdlib.h so that pid_t is defined on windows

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@43092 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/ecore_glib.c

index a82274b..f279421 100644 (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>