From eca4774075573858db88c78260f1dacba0db4f60 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sat, 26 May 2007 14:14:16 +0000 Subject: [PATCH] Added missing include. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/unix/app.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/unix/app.h b/include/wx/unix/app.h index d0dc89a413..98bbeef1af 100644 --- a/include/wx/unix/app.h +++ b/include/wx/unix/app.h @@ -8,6 +8,9 @@ // 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 { -- 2.45.2