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:
parent
26fd28432d
commit
52a2f41320
3 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue