diff --git a/include/wx/msw/gsockmsw.h b/include/wx/msw/gsockmsw.h index 16fec0812d..91a126119e 100644 --- a/include/wx/msw/gsockmsw.h +++ b/include/wx/msw/gsockmsw.h @@ -41,6 +41,7 @@ struct _GSocket bool m_server; bool m_stream; bool m_oriented; + bool m_establishing; struct timeval m_timeout; /* Callbacks */