about summary refs log tree commit diff
path: root/third_party/nix/src/libexpr/names.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/libexpr/names.hh')
-rw-r--r--third_party/nix/src/libexpr/names.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/libexpr/names.hh b/third_party/nix/src/libexpr/names.hh
index 521740152c..061388d517 100644
--- a/third_party/nix/src/libexpr/names.hh
+++ b/third_party/nix/src/libexpr/names.hh
@@ -3,7 +3,7 @@
 #include <memory>
 #include <regex>
 
-#include "types.hh"
+#include "libutil/types.hh"
 
 namespace nix {