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/libstore/store-api.cc | |
parent | a9b813cc3bcf89f03de0db96fc2e88d1c83b8303 (diff) |
util.hh: split out signals stuff
Copies part of the changes of ac89bb064aeea85a62b82a6daf0ecca7190a28b7
Change-Id: I9ce601875cd6d4db5eb1132d7835c5bab9f126d8
Diffstat (limited to 'src/libstore/store-api.cc')
-rw-r--r-- | src/libstore/store-api.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/store-api.cc b/src/libstore/store-api.cc index 9a6c920f7..94202d46e 100644 --- a/src/libstore/store-api.cc +++ b/src/libstore/store-api.cc @@ -11,6 +11,7 @@ #include "archive.hh" #include "callback.hh" #include "remote-store.hh" +#include "signals.hh" // FIXME this should not be here, see TODO below on // `addMultipleToStore`. #include "worker-protocol.hh" |