Merge branch 'cygwin-master' of https://github.com/ternaris/nix

This commit is contained in:
Eelco Dolstra 2014-12-14 01:49:14 +01:00
commit 8bdff8c100
8 changed files with 31 additions and 5 deletions

View file

@ -4,6 +4,7 @@
#include "local-store.hh"
#include "globals.hh"
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>

View file

@ -10,6 +10,7 @@
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <errno.h>
#include <fcntl.h>
#include <iostream>