aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-24 15:49:17 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-24 15:49:17 -0800
commitd734167648a197f12ac2ece7d6e8083709e3e50f (patch)
tree8097f213c67f4ec9f98d8b183e3d518bbcf6cb95 /src/core/support
parentec8bcb8c7cbb377784efede0315855d90d45ed18 (diff)
Fix bug
Diffstat (limited to 'src/core/support')
-rw-r--r--src/core/support/env_linux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/support/env_linux.c b/src/core/support/env_linux.c
index 365f9673be..5863ad5682 100644
--- a/src/core/support/env_linux.c
+++ b/src/core/support/env_linux.c
@@ -45,6 +45,7 @@
#include <dlfcn.h>
#include <features.h>
#include <stdlib.h>
+#include <string.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>