aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd
diff options
context:
space:
mode:
authorTom Hubrecht <github@mail.hubrecht.ovh>2024-05-28 10:50:54 +0200
committerTom Hubrecht <github@mail.hubrecht.ovh>2024-05-28 11:29:29 +0200
commit6fd6795bc4faed644c5f3abafdcb21638a119342 (patch)
tree29c0dfa1f90a44af6ca22a1985b45b13505f83c7 /src/libcmd
parent0b91a4b0ec79c27ee36d8a7e2afd7737cb825b65 (diff)
util.{hh,cc}: Split out environment-variables.{hh,cc}
Change-Id: Icff0aa33fda5147bd5dbe256a0b9d6a6c8a2c3f6
Diffstat (limited to 'src/libcmd')
-rw-r--r--src/libcmd/editor-for.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcmd/editor-for.cc b/src/libcmd/editor-for.cc
index e5f762104..a56a7065e 100644
--- a/src/libcmd/editor-for.cc
+++ b/src/libcmd/editor-for.cc
@@ -1,5 +1,6 @@
#include "util.hh"
#include "editor-for.hh"
+#include "environment-variables.hh"
#include "source-path.hh"
namespace nix {