1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 16:51:15 +02:00

build with make

This commit is contained in:
Ben Burdette 2020-03-30 09:14:29 -06:00
parent 759f39800b
commit 35c7bab09a
4 changed files with 24 additions and 3 deletions

View file

@ -3,6 +3,7 @@
#include "types.hh"
#include "logging.hh"
#include "ansicolor.hh"
#include "error.hh"
#include <sys/types.h>
#include <sys/stat.h>