]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing include.
authorStefan Neis <Stefan.Neis@t-online.de>
Sat, 26 May 2007 14:14:16 +0000 (14:14 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sat, 26 May 2007 14:14:16 +0000 (14:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/unix/app.h

index d0dc89a4130ad56ceaf5e53282c6b543d42dd5c9..98bbeef1af92ba310d57f9623bbc6bea4d8ce4d1 100644 (file)
@@ -8,6 +8,9 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+//Ensure that sigset_t is being defined
+#include <signal.h>
+
 // wxApp subclass implementing event processing for console applications
 class WXDLLIMPEXP_BASE wxAppConsoleUnix : public wxAppConsole
 {