aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/socket_utils_linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/iomgr/socket_utils_linux.c')
-rw-r--r--src/core/iomgr/socket_utils_linux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/iomgr/socket_utils_linux.c b/src/core/iomgr/socket_utils_linux.c
index f971cb33bc..7ef58940c2 100644
--- a/src/core/iomgr/socket_utils_linux.c
+++ b/src/core/iomgr/socket_utils_linux.c
@@ -31,7 +31,9 @@
*
*/
+#ifndef _GNU_SOURCE
#define _GNU_SOURCE
+#endif
#include <grpc/support/port_platform.h>
#ifdef GPR_LINUX