diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2017-09-14 09:59:02 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2017-09-14 09:59:02 -0700 |
commit | 024c6a9fc33c9fc0056f9e6b35dee64fb74cd225 (patch) | |
tree | 2304c6c0fec549cba0ccfad412042c7d3eba6ac4 /src/lib | |
parent | 6a4bc78eafe6ca637fa7cd332e969753ad9dbe0b (diff) |
efl: silent warnings shown on solaris due to missing header files.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ecore/ecore_exe_posix.c | 1 | ||||
-rw-r--r-- | src/lib/eina/eina_debug.c | 1 | ||||
-rw-r--r-- | src/lib/eina/eina_inarray.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/ecore/ecore_exe_posix.c b/src/lib/ecore/ecore_exe_posix.c index b8baea81fc..2c4862fb80 100644 --- a/src/lib/ecore/ecore_exe_posix.c +++ b/src/lib/ecore/ecore_exe_posix.c | |||
@@ -12,6 +12,7 @@ | |||
12 | #include <fcntl.h> | 12 | #include <fcntl.h> |
13 | #include <sys/time.h> | 13 | #include <sys/time.h> |
14 | #include <sys/resource.h> | 14 | #include <sys/resource.h> |
15 | #include <signal.h> | ||
15 | 16 | ||
16 | #ifdef HAVE_PRCTL | 17 | #ifdef HAVE_PRCTL |
17 | # include <sys/prctl.h> | 18 | # include <sys/prctl.h> |
diff --git a/src/lib/eina/eina_debug.c b/src/lib/eina/eina_debug.c index 468ca439e5..b042a16e70 100644 --- a/src/lib/eina/eina_debug.c +++ b/src/lib/eina/eina_debug.c | |||
@@ -59,6 +59,7 @@ | |||
59 | # include <Evil.h> | 59 | # include <Evil.h> |
60 | #endif | 60 | #endif |
61 | 61 | ||
62 | #include "eina_alloca.h" | ||
62 | #include "eina_debug.h" | 63 | #include "eina_debug.h" |
63 | #include "eina_cpu.h" | 64 | #include "eina_cpu.h" |
64 | #include "eina_types.h" | 65 | #include "eina_types.h" |
diff --git a/src/lib/eina/eina_inarray.c b/src/lib/eina/eina_inarray.c index a216f0291b..80bb3ea059 100644 --- a/src/lib/eina/eina_inarray.c +++ b/src/lib/eina/eina_inarray.c | |||
@@ -25,6 +25,7 @@ | |||
25 | 25 | ||
26 | #include "eina_config.h" | 26 | #include "eina_config.h" |
27 | #include "eina_private.h" | 27 | #include "eina_private.h" |
28 | #include "eina_alloca.h" | ||
28 | #include "eina_log.h" | 29 | #include "eina_log.h" |
29 | 30 | ||
30 | /* undefs EINA_ARG_NONULL() so NULL checks are not compiled out! */ | 31 | /* undefs EINA_ARG_NONULL() so NULL checks are not compiled out! */ |