]> git.saurik.com Git - wxWidgets.git/commitdiff
Include sys/types.h from selectdispatcher.h to ensure that fd_set is declared.
authorDavid Elliott <dfe@tgwbd.org>
Fri, 18 May 2007 21:19:37 +0000 (21:19 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 18 May 2007 21:19:37 +0000 (21:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/private/selectdispatcher.h

index cd86e15cd8d4ec234eb7b7428a7e8e15ea7e790a..2633b4de48832bacb9c34d90c54c892bdd97fc8c 100644 (file)
@@ -13,6 +13,8 @@
 
 #include "wx/defs.h"
 
+#include <sys/types.h>
+
 #include "wx/private/fdiodispatcher.h"
 
 // helper class storing all the select() fd sets