1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Add mising #include for strerror

This commit is contained in:
John Ericson 2020-06-15 23:35:07 +00:00
parent a588b6b19d
commit 7e7e3b71f3

View file

@ -4,6 +4,7 @@
#include "ref.hh"
#include "types.hh"
#include <cstring>
#include <list>
#include <memory>
#include <map>