diff --git a/include/wx/mac/carbon/app.h b/include/wx/mac/carbon/app.h index f62176e843..babd87cc44 100644 --- a/include/wx/mac/carbon/app.h +++ b/include/wx/mac/carbon/app.h @@ -22,7 +22,7 @@ #include "wx/event.h" #ifdef __WXMAC_OSX__ -#include +typedef struct __CFRunLoopSource * CFRunLoopSourceRef; #endif class WXDLLEXPORT wxFrame;