Committing in .
adding #include <sys/socket.h> for OpenVMS. mayby some other platforms need this include Modified Files: wxWidgets/include/wx/private/socketevtdispatch.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
|
||||
#if wxUSE_SOCKETS
|
||||
|
||||
#ifdef __VMS
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
#include "wx/hash.h"
|
||||
|
||||
// forward declarations
|
||||
|
Reference in New Issue
Block a user