1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

* 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

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>