warning--. ppl been removing headers eh?
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 16 Jan 2011 08:08:13 +0000 (08:08 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 16 Jan 2011 08:08:13 +0000 (08:08 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@56183 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/loaders/gif/evas_image_load_gif.c
src/modules/loaders/tga/evas_image_load_tga.c
src/modules/loaders/tiff/evas_image_load_tiff.c

index 65f9733..699e9c0 100644 (file)
@@ -4,6 +4,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <unistd.h>
 
 #include <gif_lib.h>
 
index 9c8daa3..b18c1a1 100644 (file)
@@ -7,6 +7,7 @@
 #include <fcntl.h>
 #include <sys/stat.h>
 #include <sys/mman.h>
+#include <unistd.h>
 
 #ifdef HAVE_EVIL
 # include <Evil.h>
index ee9dc21..4c5b9c1 100644 (file)
@@ -2,7 +2,9 @@
 # include <config.h>
 #endif
 
+#include <sys/types.h>
 #include <stdio.h>
+#include <unistd.h>
 #include <tiffio.h>
 
 #ifdef HAVE_EVIL