#pragma once #include namespace nix { /* Make the given path mutable. */ void makeMutable(const Path & path); }