Merge "libstore: add missing #include on darwin" into main
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
#if __APPLE__
|
||||
#include <regex>
|
||||
#endif
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user