Skip to content
Snippets Groups Projects
Commit ed88abca authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix sanity

parent 8d686a36
No related branches found
No related tags found
No related merge requests found
...@@ -37,9 +37,9 @@ ...@@ -37,9 +37,9 @@
#include <grpc/support/port_platform.h> #include <grpc/support/port_platform.h>
#ifdef GPR_HAS_CXX11_ATOMIC #ifdef GPR_HAS_CXX11_ATOMIC
#include "atomic_with_std.h" #include "src/core/lib/support/atomic_with_std.h"
#else #else
#include "atomic_with_atm.h" #include "src/core/lib/support/atomic_with_atm.h"
#endif #endif
#endif /* GRPC_CORE_LIB_SUPPORT_ATOMIC_H */ #endif /* GRPC_CORE_LIB_SUPPORT_ATOMIC_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment