From ac47c93330c17ca2058c69d2e3c566d0ad68ed47 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sun, 26 Mar 2017 17:48:13 +0200 Subject: [PATCH] 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 #elif defined (__ANDROID__) # include +#elif defined (__sun__) +# include #else # include # if !defined (EXOTIC_NO_SIGNAL) -- 2.7.4