* Not all platforms have sys/select.h.

This commit is contained in:
Eelco Dolstra 2006-05-30 11:37:21 +00:00
parent b1c63dc362
commit 1390ce4142
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include <boost/weak_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <sys/select.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>