diff options
author | Jose <jose@zeroc.com> | 2016-05-23 22:50:47 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-05-23 22:50:47 +0200 |
commit | 58fb4fe1fb46a994849972e037574e7b63de5018 (patch) | |
tree | e347f48852076e0b11d1c904d9e721707d6e4219 /cpp/src/Ice/Instance.cpp | |
parent | Rework endian and 32/64 bit mode checks to use system headers when possible (diff) | |
download | ice-58fb4fe1fb46a994849972e037574e7b63de5018.tar.bz2 ice-58fb4fe1fb46a994849972e037574e7b63de5018.tar.xz ice-58fb4fe1fb46a994849972e037574e7b63de5018.zip |
GNU/kFreeBSD specific patches
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r-- | cpp/src/Ice/Instance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp index 75912ec0c10..ed67cfef601 100644 --- a/cpp/src/Ice/Instance.cpp +++ b/cpp/src/Ice/Instance.cpp @@ -61,7 +61,7 @@ # include <sys/types.h> #endif -#if defined(__linux) || defined(__sun) +#if defined(__linux) || defined(__sun) || defined(__GLIBC__) # include <grp.h> // for initgroups #endif |