From 58fb4fe1fb46a994849972e037574e7b63de5018 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 23 May 2016 22:50:47 +0200 Subject: GNU/kFreeBSD specific patches --- cpp/src/IceGrid/Activator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceGrid/Activator.cpp') diff --git a/cpp/src/IceGrid/Activator.cpp b/cpp/src/IceGrid/Activator.cpp index 3127ed47f83..d7d6f962974 100644 --- a/cpp/src/IceGrid/Activator.cpp +++ b/cpp/src/IceGrid/Activator.cpp @@ -37,7 +37,7 @@ #endif #endif -#if defined(__linux) || defined(__sun) +#if defined(__linux) || defined(__sun) || defined(__GLIBC__) # include // for initgroups #endif -- cgit v1.2.3