]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Fri, 12 Nov 1999 11:27:07 +0000 (11:27 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Fri, 12 Nov 1999 11:27:07 +0000 (11:27 +0000)
 VMS patch

 Modified Files:
  wxWindows/include/wx/sckaddr.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/sckaddr.h

index b0bef4a4975e67e1234478f9572b5f55c49a5422..25ee60d4980ed8783fe70981a81ee6dbb70e7c90 100644 (file)
@@ -87,7 +87,9 @@ public:
 
 #ifdef __UNIX__
 #include <sys/socket.h>
-#include <sys/un.h>
+#ifndef __VMS__
+# include <sys/un.h>
+#endif
 
 class WXDLLEXPORT wxUNIXaddress : public wxSockAddress {
   DECLARE_DYNAMIC_CLASS(wxUNIXaddress)