Explicitly include atm to fix Windows build

pull/10501/head
Craig Tiller 8 years ago
parent ac1facd2d6
commit 3569a76dc5
  1. 2
      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);

Loading…
Cancel
Save