X-Git-Url: https://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Flogging%2Flog.c;h=613e056880fb3716ba2c6c5121421f7c8ec325a6;hp=49f69958c7a0cc6499a907531293090a54d37628;hb=26aad6001b3ddbca1d248f669bccd0da32a7760a;hpb=2f520337c2ee6d8f6dca5c3069e1c60d081699fc diff --git a/src/logging/log.c b/src/logging/log.c index 49f69958..613e0568 100644 --- a/src/logging/log.c +++ b/src/logging/log.c @@ -313,8 +313,8 @@ extern unsigned long pthread_getsequence_np(pthread_t *); #include #if defined(__linux__) #include - #elif (defined(__sun__) || defined(__CYGWIN__)) - /* Solaris and Cygwin have no sys/syslimits.h */ + #elif (defined(__sun__) || defined(__CYGWIN__) || defined(__GNU__)) + /* Solaris, Cygwin and Hurd have no sys/syslimits.h */ #else #include #endif