mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 00:02:25 +00:00
Include <cstring> for memset
This should fix building on Illumos.
This commit is contained in:
parent
d4a76ff0e4
commit
709cbe4e76
@ -9,6 +9,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
Loading…
Reference in New Issue
Block a user