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:
Jouk Jansen
2007-01-24 07:51:56 +00:00
parent b2fde0cfed
commit bb8bd6ef8a

View File

@@ -16,6 +16,10 @@
#if wxUSE_SOCKETS
#ifdef __VMS
#include <sys/socket.h>
#endif
#include "wx/hash.h"
// forward declarations