From 2dea0c1cc9a5f44780e4439f9f4e98646b93cd7f Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Mon, 18 May 2015 10:50:42 -0700 Subject: [PATCH] Fix windows build --- src/core/iomgr/pollset_set_windows.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/iomgr/pollset_set_windows.h b/src/core/iomgr/pollset_set_windows.h index ec3d57d9c42..0f91f1ede7c 100644 --- a/src/core/iomgr/pollset_set_windows.h +++ b/src/core/iomgr/pollset_set_windows.h @@ -35,6 +35,7 @@ #define GRPC_INTERNAL_CORE_IOMGR_POLLSET_SET_WINDOWS_H typedef struct grpc_pollset_set { + void *unused; } grpc_pollset_set; #endif /* GRPC_INTERNAL_CORE_IOMGR_POLLSET_WINDOWS_H */