Include sys/types.h from selectdispatcher.h to ensure that fd_set is declared.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2007-05-18 21:19:37 +00:00
parent e94cd97dd7
commit c393881600

View 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