--- urcu/syscall-compat.h.orig 2016-11-30 21:05:22 UTC +++ urcu/syscall-compat.h @@ -32,7 +32,7 @@ #elif defined(__linux__) || defined(__GLIBC__) #include -#elif defined(__CYGWIN__) || defined(__APPLE__) +#elif defined(__CYGWIN__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__) /* Don't include anything on Cygwin or MacOSX. */ #else