e: fix build on Solaris 11.

Patch by Robert David <robert.david.public@gmail.com>.


SVN revision: 80204
This commit is contained in:
Cedric BAIL 2012-12-05 02:23:00 +00:00
parent 12421efeeb
commit d8b8ba3be4
4 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <Ecore_Getopt.h>
#include <E_DBus.h>
#include <unistd.h>
#include <errno.h>
static E_DBus_Connection *conn = NULL;
static int retval = EXIT_SUCCESS;

View File

@ -7,6 +7,7 @@
#include <Efreet_Mime.h>
#include <unistd.h>
#include <ctype.h>
#include <errno.h>
static const char *
xdg_defaults_get(const char *path, const char *mime)

View File

@ -17,6 +17,7 @@
# include <alloca.h>
#endif
#include <signal.h>
#include <errno.h>
#include <Eina.h>

View File

@ -6,6 +6,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <stdio.h>
#include <errno.h>
#include "pa.h"