Efreet: errno.h is not always indirectly included
authorVincent Torri <vincent.torri@gmail.com>
Wed, 4 Jul 2012 18:35:31 +0000 (18:35 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Wed, 4 Jul 2012 18:35:31 +0000 (18:35 +0000)
SVN revision: 73293

legacy/efreet/src/bin/efreet_desktop_cache_create.c
legacy/efreet/src/bin/efreet_icon_cache_create.c

index 21f2922..c397022 100644 (file)
@@ -4,6 +4,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
+#include <errno.h>
 
 #include <Eina.h>
 #include <Eet.h>
index 871fc72..0bdcd1a 100644 (file)
@@ -4,6 +4,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
+#include <errno.h>
 
 #include <Eina.h>
 #include <Eet.h>