summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Activator.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2013-07-12 14:41:21 +0200
committerJose <jose@zeroc.com>2013-07-12 14:41:21 +0200
commit9c0318cb3d66ebe717aefbae786c4f28fa4b3e91 (patch)
tree9f2c478995e580320bc931fef95c95dfbffb4a0a /cpp/src/IceGrid/Activator.cpp
parentFix to allow transceivers to read more data than requested. (diff)
downloadice-9c0318cb3d66ebe717aefbae786c4f28fa4b3e91.tar.bz2
ice-9c0318cb3d66ebe717aefbae786c4f28fa4b3e91.tar.xz
ice-9c0318cb3d66ebe717aefbae786c4f28fa4b3e91.zip
minor fixes for initgroups
Diffstat (limited to 'cpp/src/IceGrid/Activator.cpp')
-rw-r--r--cpp/src/IceGrid/Activator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Activator.cpp b/cpp/src/IceGrid/Activator.cpp
index 4fa62779a04..2da76f782d7 100644
--- a/cpp/src/IceGrid/Activator.cpp
+++ b/cpp/src/IceGrid/Activator.cpp
@@ -38,7 +38,7 @@
#endif
#endif
-#ifdef __linux
+#if defined(__linux) || defined(__sun)
# include <grp.h> // for initgroups
#endif