1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 23:42:43 +01:00

Explicitly include required C headers

This commit is contained in:
Marko Durkovic 2014-12-09 12:16:27 +01:00
parent 9c58691ce3
commit 629e8da3aa
5 changed files with 5 additions and 0 deletions

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>