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

Fix compile errors on Illumos

This commit is contained in:
Danny Wilson 2014-04-03 16:59:25 +02:00 committed by Eelco Dolstra
parent daa16cca11
commit ae6b631dc4
3 changed files with 9 additions and 0 deletions

View file

@ -13,6 +13,7 @@
#include <sstream>
#include <algorithm>
#include <limits.h>
#include <time.h>
#include <sys/time.h>
#include <sys/wait.h>