]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/evtloopsrc.h
Implement monitoring of file descriptors in wxMotif event loop.
[wxWidgets.git] / include / wx / evtloopsrc.h
index 0a5d7670cb614c739e7213625f21fd717154d9bb..227583b776023b49d4cc4547088dff3722505a49 100644 (file)
@@ -11,6 +11,9 @@
 #ifndef _WX_EVTLOOPSRC_H_
 #define _WX_EVTLOOPSRC_H_
 
+// Include the header to get wxUSE_EVENTLOOP_SOURCE definition from it.
+#include "wx/evtloop.h"
+
 // ----------------------------------------------------------------------------
 // wxEventLoopSource: a source of events which may be added to wxEventLoop
 // ----------------------------------------------------------------------------