1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 09:31:16 +02:00

Fix Darwin build

Done slightly differently from https://github.com/NixOS/nix/pull/1093.
This commit is contained in:
Eelco Dolstra 2016-10-19 15:21:18 +02:00
parent af3db853fa
commit 19c278de89
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,3 @@
#define _XOPEN_SOURCE 600
#include "config.h"
#include <cerrno>