]> git.saurik.com Git - wxWidgets.git/commit
fix compilation due to the fact that wx/socket.h no longer includes system socket...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 30 Dec 2008 00:07:48 +0000 (00:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 30 Dec 2008 00:07:48 +0000 (00:07 +0000)
commit778f682e4da54c65109fafce67beed57f33f551b
tree8c41b29f715d27885ab175a4477cb7d8925d09d5
parent07a9d3f9467a07c99ffa8fae85b18cd475e60f11
fix compilation due to the fact that wx/socket.h no longer includes system socket headers and so AF_INET (which we don't need here in the first place) is not defined any more

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/sockets/client.cpp