aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/lockfree_event.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-06 11:47:10 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-06 11:47:10 -0700
commit3569a76dc5f25ddf84b791a1073021cd90aa674d (patch)
tree0aff749ec709ec2b69f03370895602aa8c86792f /src/core/lib/iomgr/lockfree_event.h
parentac1facd2d68692c9d2459336eefef0a1f5985791 (diff)
Explicitly include atm to fix Windows build
Diffstat (limited to 'src/core/lib/iomgr/lockfree_event.h')
-rw-r--r--src/core/lib/iomgr/lockfree_event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/lockfree_event.h b/src/core/lib/iomgr/lockfree_event.h
index 32eb7554f9..1d9119204c 100644
--- a/src/core/lib/iomgr/lockfree_event.h
+++ b/src/core/lib/iomgr/lockfree_event.h
@@ -36,6 +36,8 @@
/* Lock free event notification for file descriptors */
+#include <grpc/support/atm.h>
+
#include "src/core/lib/iomgr/exec_ctx.h"
void grpc_lfev_init(gpr_atm *state);