X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b46b1d59d6f69ad80dcf5955375578a6504d100a..7dd65e5abec0e17660fcfad691f4f33686c01d9b:/include/wx/unix/app.h diff --git a/include/wx/unix/app.h b/include/wx/unix/app.h index d0dc89a413..ca3f3744c0 100644 --- a/include/wx/unix/app.h +++ b/include/wx/unix/app.h @@ -8,8 +8,11 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +//Ensure that sigset_t is being defined +#include + // wxApp subclass implementing event processing for console applications -class WXDLLIMPEXP_BASE wxAppConsoleUnix : public wxAppConsole +class WXDLLIMPEXP_BASE wxAppConsole : public wxAppConsoleBase { public: // override base class initialization @@ -49,6 +52,4 @@ private: // the signal handlers WX_DECLARE_HASH_MAP(int, SignalHandler, wxIntegerHash, wxIntegerEqual, SignalHandlerHash); SignalHandlerHash m_signalHandlerHash; - - friend class GSocketGUIFunctionsTableBase; };