aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/env_posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/support/env_posix.c')
-rw-r--r--src/core/support/env_posix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/support/env_posix.c b/src/core/support/env_posix.c
index 1dd2af56bc..256212be76 100644
--- a/src/core/support/env_posix.c
+++ b/src/core/support/env_posix.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -41,8 +41,8 @@
#include <grpc/support/log.h>
-#include "src/core/support/string.h"
#include <grpc/support/string_util.h>
+#include "src/core/support/string.h"
char *gpr_getenv(const char *name) {
char *result = getenv(name);