X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b72534442041f4886728da48e632528d8b55c24b..d2e66707deb10dea6f92e3e4092f8a43ef942a5d:/src/unix/fdiounix.cpp diff --git a/src/unix/fdiounix.cpp b/src/unix/fdiounix.cpp index efe7b8d4a0..ff79848776 100644 --- a/src/unix/fdiounix.cpp +++ b/src/unix/fdiounix.cpp @@ -3,7 +3,7 @@ // Purpose: wxFDIOManager implementation for console Unix applications // Author: Vadim Zeitlin // Created: 2009-08-17 -// RCS-ID: $Id: wxhead.cpp,v 1.10 2009-06-29 10:23:04 zeitlin Exp $ +// RCS-ID: $Id$ // Copyright: (c) 2009 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -23,6 +23,8 @@ #pragma hdrstop #endif +#if wxUSE_SOCKETS + #include "wx/apptrait.h" #include "wx/log.h" #include "wx/private/fdiodispatcher.h" @@ -99,3 +101,4 @@ wxFDIOManager *wxAppTraits::GetFDIOManager() return &s_manager; } +#endif // wxUSE_SOCKETS