]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 24 Jan 2007 07:51:56 +0000 (07:51 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 24 Jan 2007 07:51:56 +0000 (07:51 +0000)
 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

include/wx/private/socketevtdispatch.h

index a7f39bce8e579d92801fd7330a670520513d67b0..d474e05f810bc538485dd6f3a91b611fd7839761 100644 (file)
 
 #if wxUSE_SOCKETS
 
 
 #if wxUSE_SOCKETS
 
+#ifdef __VMS
+#include <sys/socket.h>
+#endif
+
 #include "wx/hash.h"
 
 // forward declarations
 #include "wx/hash.h"
 
 // forward declarations