diff options
author | David Garcia Quintas <dgq@google.com> | 2016-03-28 17:03:38 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-03-28 17:03:38 -0700 |
commit | b3b724971f7ed3d97027ca22f46fb9521a6c2043 (patch) | |
tree | 9c2acc3bb60f5bcd13b049c5f63a26d2d470abb0 /test/core/support/stack_lockfree_test.c | |
parent | 1809bba1ca7332836a20d8e3f8222b18d594b688 (diff) | |
parent | 9a0f14ba9959ac0cbf672282f8376b4e4e3b14dc (diff) |
Merge branch 'master' of github.com:grpc/grpc into sockaddr_resolver_lb
Diffstat (limited to 'test/core/support/stack_lockfree_test.c')
-rw-r--r-- | test/core/support/stack_lockfree_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/support/stack_lockfree_test.c b/test/core/support/stack_lockfree_test.c index 0f49e6fa52..13c8f3c925 100644 --- a/test/core/support/stack_lockfree_test.c +++ b/test/core/support/stack_lockfree_test.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 @@ -31,7 +31,7 @@ * */ -#include "src/core/support/stack_lockfree.h" +#include "src/core/lib/support/stack_lockfree.h" #include <stdlib.h> |