aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-09 13:35:04 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-09 13:35:04 -0800
commit93d970a9eff403579e7f5205692f92902ba9f91c (patch)
treee0a9ad74fd0b15c9ed57767fefe5803bd373b607 /src/core
parente9a253477d06041b6cd137dd0b40c4e2bc658563 (diff)
Fix win32 build error.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/iomgr/pollset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/iomgr/pollset.h b/src/core/iomgr/pollset.h
index 7374a4ec13..36d80d5c29 100644
--- a/src/core/iomgr/pollset.h
+++ b/src/core/iomgr/pollset.h
@@ -35,6 +35,7 @@
#define __GRPC_INTERNAL_IOMGR_POLLSET_H_
#include <grpc/support/port_platform.h>
+#include <grpc/support/time.h>
/* A grpc_pollset is a set of file descriptors that a higher level item is
interested in. For example: