raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ac47c93330c17ca2058c69d2e3c566d0ad68ed47
commit ac47c93330c17ca2058c69d2e3c566d0ad68ed47 Author: Vincent Torri <[email protected]> Date: Sun Mar 26 17:48:13 2017 +0200 Ecore: siginfo_t type is defined in sys/siginfo.h on Solaris --- src/lib/ecore/Ecore.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/ecore/Ecore.h b/src/lib/ecore/Ecore.h index 58b9e3c..56d8a6b 100644 --- a/src/lib/ecore/Ecore.h +++ b/src/lib/ecore/Ecore.h @@ -315,6 +315,8 @@ # include <signal.h> #elif defined (__ANDROID__) # include <sys/select.h> +#elif defined (__sun__) +# include <sys/siginfo.h> #else # include <sys/time.h> # if !defined (EXOTIC_NO_SIGNAL) --
