aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.cc
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/libstore/globals.cc
parent0b91a4b0ec79c27ee36d8a7e2afd7737cb825b65 (diff)
util.{hh,cc}: Split out environment-variables.{hh,cc}
Change-Id: Icff0aa33fda5147bd5dbe256a0b9d6a6c8a2c3f6
Diffstat (limited to 'src/libstore/globals.cc')
-rw-r--r--src/libstore/globals.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/globals.cc b/src/libstore/globals.cc
index 3308cad1f..897d3e8ef 100644
--- a/src/libstore/globals.cc
+++ b/src/libstore/globals.cc
@@ -1,3 +1,4 @@
+#include "environment-variables.hh"
#include "globals.hh"
#include "util.hh"
#include "archive.hh"