]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/app.h
compilation fix for wxString::Format("no variadic arguments") and VC6
[wxWidgets.git] / include / wx / unix / app.h
index d0dc89a4130ad56ceaf5e53282c6b543d42dd5c9..79b336c7b7ea994d02241f1094753c7be71e3eb3 100644 (file)
@@ -8,8 +8,11 @@
 // 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
+class WXDLLIMPEXP_BASE wxAppConsole : public wxAppConsoleBase
 {
 public:
     // override base class initialization