1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-30 14:10:59 +01:00

* Include some required header files.

This commit is contained in:
Eelco Dolstra 2005-05-04 16:33:20 +00:00
parent 26fd28432d
commit 52a2f41320
3 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>
#include <stdio.h>
static bool cmpGensByNumber(const Generation & a, const Generation & b)