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

* Include some missing headers.

This commit is contained in:
Eelco Dolstra 2004-07-01 11:11:16 +00:00
parent f5d5ffe536
commit b584253af4
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include "normalise.hh"
#include "references.hh"