X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fsyscall-compat.h;h=288cfaf4c7fee4fa623717bd536cf41fa31654ad;hp=55576f0f165282623722dc1363bc7bdbc87f1512;hb=b10602e3b14361be848e44953b97c21dff1dc5ae;hpb=d3ac5bb7c43cbe5412a4e3a13692ec7a90b9fbbb diff --git a/urcu/syscall-compat.h b/urcu/syscall-compat.h index 55576f0..288cfaf 100644 --- a/urcu/syscall-compat.h +++ b/urcu/syscall-compat.h @@ -27,10 +27,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#if defined(__ANDROID__) +#if defined(__ANDROID__) || defined(__sun__) #include #elif defined(__linux__) #include +#else +#error "Add platform support to urcu/syscall-compat.h" #endif #endif /* _URCU_SYSCALL_COMPAT_H */