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

* Cygwin compatibility.

This commit is contained in:
Eelco Dolstra 2005-01-04 17:38:26 +00:00
parent f28ea27d83
commit a03397be4c
2 changed files with 3 additions and 2 deletions

View file

@ -5,6 +5,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>