about summary refs log tree commit diff
path: root/src/libstore/misc.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/misc.hh')
-rw-r--r--src/libstore/misc.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libstore/misc.hh b/src/libstore/misc.hh
index f758f5bfd5..ad1ad80eb1 100644
--- a/src/libstore/misc.hh
+++ b/src/libstore/misc.hh
@@ -4,6 +4,9 @@
 #include "derivations.hh"
 
 
+namespace nix {
+
+
 /* Read a derivation, after ensuring its existence through
    ensurePath(). */
 Derivation derivationFromPath(const Path & drvPath);
@@ -29,4 +32,7 @@ void queryMissing(const PathSet & targets,
     PathSet & willBuild, PathSet & willSubstitute);
 
 
+}
+
+
 #endif /* !__MISC_H */