[Pkg-e-commits] [SCM] Enlightenment DR17 advanced canvas library branch, upstream-vcs, updated. 069f3cc6c93f253bffbc90289fe21d868f745bb6

doursse doursse at alioth.debian.org
Sat Jun 7 18:24:26 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit aee03771e7f6fbd14c861d9229c487bd144d3abb
Author: doursse <doursse>
Date:   Thu May 29 05:48:16 2008 +0000

    put unistd.h after sys/types.h. Seems to be needed for vc++. Thanks to Dmitriy Mazovka

diff --git a/src/lib/include/evas_common.h b/src/lib/include/evas_common.h
index fe7a0d9..87c1a14 100644
--- a/src/lib/include/evas_common.h
+++ b/src/lib/include/evas_common.h
@@ -48,12 +48,12 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <unistd.h>
 #include <string.h>
 #include <signal.h>
 #include <setjmp.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <unistd.h>
 #include <time.h>
 #include <ctype.h>
 #include <stdint.h>

-- 
Enlightenment DR17 advanced canvas library



More information about the Pkg-e-commits mailing list