1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 05:21:16 +02:00

* Some Cygwin fixes.

This commit is contained in:
Eelco Dolstra 2006-05-24 13:23:20 +00:00
parent b5988004d6
commit d764409d97
2 changed files with 7 additions and 6 deletions

View file

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