aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/pollset_set_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/iomgr/pollset_set_windows.h')
-rw-r--r--src/core/iomgr/pollset_set_windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/iomgr/pollset_set_windows.h b/src/core/iomgr/pollset_set_windows.h
index aa5abe9133..cada0d2b61 100644
--- a/src/core/iomgr/pollset_set_windows.h
+++ b/src/core/iomgr/pollset_set_windows.h
@@ -34,6 +34,6 @@
#ifndef GRPC_INTERNAL_CORE_IOMGR_POLLSET_SET_WINDOWS_H
#define GRPC_INTERNAL_CORE_IOMGR_POLLSET_SET_WINDOWS_H
-#include "src/core/iomgr/pollset_set.h"
+typedef struct grpc_pollset_set { void *unused; } grpc_pollset_set;
#endif /* GRPC_INTERNAL_CORE_IOMGR_POLLSET_WINDOWS_H */