diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-03-09 22:36:47 -0800 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-03-11 00:52:09 -0700 |
commit | 8be7030299699edd3732411d8d97f237a67fbc08 (patch) | |
tree | 118f6c5c8dfac9ae9c65f54c5eb5942323324b17 /src/libexpr/print-ambiguous.cc | |
parent | a9b813cc3bcf89f03de0db96fc2e88d1c83b8303 (diff) |
util.hh: split out signals stuff
Copies part of the changes of ac89bb064aeea85a62b82a6daf0ecca7190a28b7
Change-Id: I9ce601875cd6d4db5eb1132d7835c5bab9f126d8
Diffstat (limited to 'src/libexpr/print-ambiguous.cc')
-rw-r--r-- | src/libexpr/print-ambiguous.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/print-ambiguous.cc b/src/libexpr/print-ambiguous.cc index 5355dff65..eaba02122 100644 --- a/src/libexpr/print-ambiguous.cc +++ b/src/libexpr/print-ambiguous.cc @@ -1,6 +1,7 @@ #include "print-ambiguous.hh" #include "print.hh" #include "eval.hh" +#include "signals.hh" namespace nix { |